...
Below are the configuration options for the new feature.
Some of these configurations are applied through updates to the delivered portal structure.
Please take a quick look at the paragraph linked below, which explains how to extend the newly delivered structure and which facets to use =>https://crossmedia.atlassian.net/wiki/spaces/WD/pages/3299180556/Portals+feature+explained#Adding-metadata-to-the-portal-object
...
4.7/ Portal’s sections configurations
Comming soon…Portal’s sections are configurable through files under src\wedia-portal-apps-configs\starter-kit\portals\sections\templates[]
By default (for now) we are delivering two section types : assets
& editorial
For each of these section types you will have a configuration file where you can find multiple configuration points
Code Block |
---|
{
"enabled": true,
"type": "editorial",
"component": "CwLpContentTextSection",
"name": {
"": "Text",
"fr": "Texte",
"de": "Text"
},
"iconClasses": ["fa-text"]
} |