Easy Extension Framework v0.5 Help

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 as xxxx-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 the backoffice directory.

  • Create the files labels.properties and labels_<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.

Last modified: 18 August 2025