Skip to content
Snippets Groups Projects

F module doc

Open Alexander Schlemmer requested to merge f-module-doc into dev
1 unresolved thread

A few changes to the documentation for creating new webui modules.

Merge request reports

Pipeline #46105 passed

Pipeline passed for 48ffec59 on f-module-doc

Ready to merge by members who can write to the target branch.
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
51 51 // use a variable starting with `BUILD_MODULE_` to enable your module
52 52 // the build variable has to be enabled in the `build.properties.d/` directory.
53 53 // Otherwise the module will not be activated.
54 if ("${BUILD_MODULE_EXT_BOTTOM_LINE}" === "ENABLED") {
54 if ("${BUILD_MODULE_EXT_FLIGHT_PREVIEW}" === "ENABLED") {
  • @timm This MR is really old, and actually it's only a small extension of the docs. Can you have a look at it?

  • Please register or sign in to reply
    Loading