Versions Compared

Key

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

Portal Config

Notewarning

BREAKING CHANGE
All portal default apps related JSON configs have been moved to another directory.

All portal configs from portal/src/wedia-plugin-template/reshave been moved to portal/src/wedia-portal-apps-configs

Therefor all the project configs directories have to MUST be moved to the new directory (portal/src/wedia-portal-apps-configs) too

Note

Supported browsers

We have reviewed the list of supported browsers in portal. It is now defined as last 2 years in .browserslistrc. If you need to support older browsers (which you should not), you can set back old config: 1%,last 2 versions,not ie <= 8 or adapt it to your needs

https://browsersl.ist/

Portal server-side’s style

This upgrade will allow portal to have a server-side generated style. This wil be used to switch portal colors from wedia-config.

Noteinfo

Conditions to enable the color switch feature: Portal colors from wedia-config

...

Reference page : Asset details page

Back-Office menu is now auto generated based on permissions

Emails

An important upgrade has been made for all the emails sent by the application. Existing projects should not be affected.

...

PACKAGED_Faces

  • Activated:

    • true

RESTAPI DAM/DATA & metadata configuration in wedia-config

When using metadata editing in wedia-config on a production server, in order for the DAM & DATA API configurations to synchronize with the structure changes, it is necessary to activate the automatic hot update of the API configurations by setting the lazyDeployDamServicesInProd parameter of the WXM_RESTAPI plugin to true. Otherwise, the API configurations will reflect the metadata changes only after restarting the WXM_RESTAPI plugin.