thainv: ghép navigation
This commit is contained in:
@@ -119,7 +119,9 @@ export const enumPageComponentTemplates = { // KHÔNG ĐƯỢC XÓA KEY - BIẾN
|
||||
QUIZ: "Quiz", // Trang quiz
|
||||
SURVEY: "Survey", // Trang survey
|
||||
ADVERTISING: "Advertising", // Trang quảng cáo
|
||||
OTHER: "Other" // Trang khác
|
||||
OTHER: "Other", // Trang khác
|
||||
NAVIGATION: "Navigation" // Navigation
|
||||
|
||||
};
|
||||
|
||||
export const enumPageComponentLayouts = {
|
||||
@@ -137,6 +139,11 @@ export const enumPageComponentLayouts = {
|
||||
NONE: "None",
|
||||
'DEFAULT': "DEFAULT"
|
||||
},
|
||||
[`${enumPageComponentTemplates.NAVIGATION}`]: {
|
||||
'NAVIGATION-TOP': "TYPE:Navigation-PLACEMENT:Top",
|
||||
'NAVIGATION-BOTTOM': "TYPE:Navigation-PLACEMENT:Bottom",
|
||||
'NAVIGATION-DIRECTION': 'TYPE:Navigation-PLACEMENT:Direction',
|
||||
},
|
||||
[`${enumPageComponentTemplates.COLLECTION}`]: {
|
||||
'ARTICLE-VERTICAL-|HORIZONTAL|-MAX_5': 'TYPE:Article-LAYOUT:vertical-DATA:HORIZONTAL-MAX:5'
|
||||
},
|
||||
@@ -148,3 +155,8 @@ export const enumPageComponentLayouts = {
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
export const enumPageComponentStaticChild = {
|
||||
LAYOUT: "Layout", // Không xác định
|
||||
DEFAULT: "Default", // Chuyên trang
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user