Easy Backoffice
This document describes the process of configuring the backoffice using an Easy extension.
Adding Backoffice Configurations in an Easy Extension
Add the backoffice configurations in the Easy extension using the following steps:
Create a new Easy extension or utilize any existing Easy extension for the configuration
Create a directory as
backofficein the Easy extension's root directory.Create a backoffice configuration file in the
backofficedirectory with the naming convention asxxxx-backoffice-config.xmlAdd the backoffice configuration to the backoffice configuration file the same way as it's done in the regular backoffice configurations
Adding Backoffice Labels in an Easy extension
There are need to configure some backoffice labels for the backoffice configurations. This can be achieved via Easy extension as well. Add the backoffice labels via an Easy extension using the following steps:
In your eay extension, create a directory as
backofficein the Easy extension's root directory.Create a directory as
labelsinside thebackofficedirectory.Create the files
labels.propertiesandlabels_<LANGUAGE_ISO_CODE>.propertiesAdd the backoffice labels in the property files for the languages of your needs.
Only backoffice cockpit configurations and labels are supported currently via Easy extensions.
The widgets configurations are not yet supported via Easy extensions.
Widget configurations may be supported in a future release of Easy framework. Please keep watching the release notes of specific release to get the information about the new features or fixed issues.