Skip to content

FriendsOfREDAXO/demo_addon

Repository files navigation

Sample AddOn for REDAXO 5

The AddOn demo_addon shows the structure and basic functionality of AddOns and many examples of REDAXO functions for use in your own AddOns. The addon or just parts of it can / should be used for the development of your own AddOns. Extensions to the demo_addon AddOn, like PR (pull request) or notes or improvements as an issue.

demo_addon in the short overview

  • Documented source code with examples
  • documented package.yml
  • documented .lang file
  • AddOn settings (rex_config_form, classic)
  • Example of a table management with rex_list and rex_form (incl. Example table)
  • Examples of extension points
  • documentation plugin as the basis for help / documentation for REDAXO add-ons

AddOn development in the REDAXO documentation

Others