2539932e16
* Prepare homepage parsers * Add ability to update instance hompage * Add ability to set homepage as landing page * Add homepage preview in admin * Dynamically update left menu for homepage * Inject home content in homepage * Add videos list and channel miniature custom markup * Remove unused elements in markup service
3 lines
50 B
TypeScript
3 lines
50 B
TypeScript
export interface CustomPage {
|
|
content: string
|
|
}
|