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
backoffice
in the Easy extension's root directory.Create a backoffice configuration file in the
backoffice
directory with the naming convention asxxxx-backoffice-config.xml
Add 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
backoffice
in the Easy extension's root directory.Create a directory as
labels
inside thebackoffice
directory.Create the files
labels.properties
andlabels_<LANGUAGE_ISO_CODE>.properties
Add 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.