Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Change the title and the icon of an app

Code Pro
languagejsyml
title/my-module/decorations/pages/apps/pages.yaml
label: My pages ...
icon: icon-user-me

...

Change the root path of the content connector of the assets app

Code Pro
languagejsyml
title/my-module/decorations/dam-app/apps/dam-app/assets.subApps.browser.contentConnector.yaml
rootPath: /cars/007-cars

Result:

Image Modified

(Screenshot was taken from the definition-app which shows definition items read from the corresponding registry.) 

...

Code Pro
languageyml
title/my-module/decorations/mtk/templates/pages/basic.yaml
cssFiles:
  minimum:
    link: /.resources/my-module/webresources/css/minimum.css

XXXImage Added

b) Overriding the property completely - using !override
Code Pro
languageyml
title/my-module/decorations/mtk/templates/pages/basic.yaml
cssFiles: !override
  minimum:
    link: /.resources/my-module/webresources/css/minimum.css

XXXImage Added