F module doc
1 unresolved thread
1 unresolved thread
A few changes to the documentation for creating new webui modules.
Merge request reports
Activity
Filter activity
mentioned in issue #236
@timm The section
Update xml
seems to be outdated as well.Shouldn't we replace it with information about the default build properties file?
added 83 commits
-
1d52a41d...d32693c5 - 81 commits from branch
dev
- 95a49094 - Merge branch 'dev' of gitlab.com:caosdb/caosdb-webui into dev
- f53a73e2 - Merge branch 'dev' into f-module-doc
-
1d52a41d...d32693c5 - 81 commits from branch
added 473 commits
-
f53a73e2...96804a8b - 472 commits from branch
dev
- 48ffec59 - Merge branch 'dev' into 'f-module-doc'
-
f53a73e2...96804a8b - 472 commits from branch
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