-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1265 from maykinmedia/task/2426-config-docs
[#2426] Migrate generation of config docs to library
- Loading branch information
Showing
36 changed files
with
1,683 additions
and
1,381 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
.. _cms_cases: | ||
|
||
=============================== | ||
Configuration for CMS cases app | ||
=============================== | ||
|
||
Settings Overview | ||
================= | ||
|
||
|
||
Enable/Disable configuration: | ||
""""""""""""""""""""""""""""" | ||
|
||
:: | ||
|
||
CMS_CONFIG_CASES_ENABLE | ||
|
||
|
||
|
||
|
||
All settings: | ||
""""""""""""" | ||
|
||
:: | ||
|
||
CMS_CASES_MENU_ICON | ||
CMS_CASES_MENU_INDICATOR | ||
CMS_CASES_REQUIRES_AUTH | ||
CMS_CASES_REQUIRES_AUTH_BSN_OR_KVK | ||
|
||
Detailed Information | ||
==================== | ||
|
||
:: | ||
|
||
Variable CMS_CASES_MENU_ICON | ||
Description Icon in the menu | ||
Possible values String | ||
Default value No default | ||
Variable CMS_CASES_MENU_INDICATOR | ||
Description Menu indicator for the app | ||
Possible values String | ||
Default value No default | ||
Variable CMS_CASES_REQUIRES_AUTH | ||
Description Whether the access to the page is restricted | ||
Possible values True, False | ||
Default value No default | ||
Variable CMS_CASES_REQUIRES_AUTH_BSN_OR_KVK | ||
Description Access to the page requires BSN or KVK | ||
Possible values True, False | ||
Default value No default |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
.. _cms_collaborate: | ||
|
||
===================================== | ||
Configuration for CMS collaborate app | ||
===================================== | ||
|
||
Settings Overview | ||
================= | ||
|
||
|
||
Enable/Disable configuration: | ||
""""""""""""""""""""""""""""" | ||
|
||
:: | ||
|
||
CMS_CONFIG_COLLABORATE_ENABLE | ||
|
||
|
||
|
||
|
||
All settings: | ||
""""""""""""" | ||
|
||
:: | ||
|
||
CMS_COLLABORATE_MENU_ICON | ||
CMS_COLLABORATE_MENU_INDICATOR | ||
CMS_COLLABORATE_REQUIRES_AUTH | ||
CMS_COLLABORATE_REQUIRES_AUTH_BSN_OR_KVK | ||
|
||
Detailed Information | ||
==================== | ||
|
||
:: | ||
|
||
Variable CMS_COLLABORATE_MENU_ICON | ||
Description Icon in the menu | ||
Possible values String | ||
Default value No default | ||
Variable CMS_COLLABORATE_MENU_INDICATOR | ||
Description Menu indicator for the app | ||
Possible values String | ||
Default value No default | ||
Variable CMS_COLLABORATE_REQUIRES_AUTH | ||
Description Whether the access to the page is restricted | ||
Possible values True, False | ||
Default value No default | ||
Variable CMS_COLLABORATE_REQUIRES_AUTH_BSN_OR_KVK | ||
Description Access to the page requires BSN or KVK | ||
Possible values True, False | ||
Default value No default |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
.. _cms_inbox: | ||
|
||
=============================== | ||
Configuration for CMS inbox app | ||
=============================== | ||
|
||
Settings Overview | ||
================= | ||
|
||
|
||
Enable/Disable configuration: | ||
""""""""""""""""""""""""""""" | ||
|
||
:: | ||
|
||
CMS_CONFIG_INBOX_ENABLE | ||
|
||
|
||
|
||
|
||
All settings: | ||
""""""""""""" | ||
|
||
:: | ||
|
||
CMS_INBOX_MENU_ICON | ||
CMS_INBOX_MENU_INDICATOR | ||
CMS_INBOX_REQUIRES_AUTH | ||
CMS_INBOX_REQUIRES_AUTH_BSN_OR_KVK | ||
|
||
Detailed Information | ||
==================== | ||
|
||
:: | ||
|
||
Variable CMS_INBOX_MENU_ICON | ||
Description Icon in the menu | ||
Possible values String | ||
Default value No default | ||
Variable CMS_INBOX_MENU_INDICATOR | ||
Description Menu indicator for the app | ||
Possible values String | ||
Default value No default | ||
Variable CMS_INBOX_REQUIRES_AUTH | ||
Description Whether the access to the page is restricted | ||
Possible values True, False | ||
Default value No default | ||
Variable CMS_INBOX_REQUIRES_AUTH_BSN_OR_KVK | ||
Description Access to the page requires BSN or KVK | ||
Possible values True, False | ||
Default value No default |
Oops, something went wrong.