Provider CMS implementation from Accedo Control
Methods
# async inner getMenu(options) → {Menu}
Fetch the Menu CMS content
Parameters:
Name | Type | Description |
---|---|---|
options |
any
|
the Control options as defined in the Control documentation |
gid |
any
|
the segmentation value as Control gid |
locale |
any
|
Application locale code |
The Menu
Menu
# async inner getPageLayout(id, options) → {Page}
Fetch the Page CMS content
Parameters:
Name | Type | Description |
---|---|---|
id |
String
|
the Page id |
options |
any
|
the Control options as defined in the Control documentation |
gid |
any
|
The control gid |
locale |
any
|
the Control options as defined in the Control documentation |
The page
Page
# async inner getThemeByPage(id, options) → {Page}
Fetch the Page Theme CMS content
Parameters:
Name | Type | Description |
---|---|---|
id |
String
|
the Page id |
options |
any
|
the Control options as defined in the Control documentation |
locale |
string
|
locale code |
gid |
string
|
segmentation value as Control gid |
The theme
Page