... | ... | @@ -29,8 +29,31 @@ Wie bereits kurz erwähnt, die Variablen / Schalter aus der conf.py wurden je na |
|
|
- Sichtbarkeit und Öffentlichkeit des Portals https://git.wechange.de/wechange/aktuell/public-feature-pipeline/-/wikis/Sichtbarkeit-und-Nutzerrollen
|
|
|
- Fragen-Template für das Profil neuer Nutzer und leere Profile https://git.wechange.de/wechange/aktuell/cooperation/-/issues/234
|
|
|
|
|
|
### Conf.py und Portaleinstellungen
|
|
|
# Conf.py und Portaleinstellungen
|
|
|
Das wechange-System ist extrem flexibel und anpassbar, wobei es für die meisten Funktionen keine Oberfläche gibt, sondern Switches / Schalter in form einer conf.py (https://github.com/wechange-eg/cosinnus-core/blob/staging-dina/cosinnus/conf.py) in der diese Einstellungen festgehalten werden.
|
|
|
|
|
|
- Die möglichen portal-settings sind in der Conf.py für Plattform-Admins als Tabelle abrufbar https://wechange.de/statistics/simple/ (https://git.wechange.de/wechange/aktuell/wechange/-/issues/1558)
|
|
|
- Die aktuellen Portal-Settings sind für Super-Admins je Portal in form eine xlsx-Tabelle abrufbar: https://wechange.de/housekeeping/print_settings/ |
|
|
\ No newline at end of file |
|
|
- Die aktuellen Portal-Settings sind für Super-Admins je Portal in form eine xlsx-Tabelle abrufbar: https://wechange.de/housekeeping/print_settings/
|
|
|
|
|
|
## Einstellungsmöglichkeiten
|
|
|
Im folgenden sollen einige, kompliziertere Einstellungsmöglichkeiten erläutert werden:
|
|
|
|
|
|
### `COSINNUS_INITIAL_GROUP_WIDGETS`
|
|
|
Welche Gruppen/Project-Apps sollen standarmäßig beim erstellen einer Gruppe aktiviert sein?
|
|
|
|
|
|
_projects groups conferences widgets listed here will be created for the group dashboard upon CosinnusGroup creation. this. will check if the cosinnus app is installed and if the widget is registered, so invalid entries do not produce errors_
|
|
|
|
|
|
`[
|
|
|
#(app_name, widget_name, options),
|
|
|
("note", "detailed_news_list", {'amount':'3', 'sort_field':'1'}),
|
|
|
("event", "upcoming", {'amount':'5', 'sort_field':'2'}),
|
|
|
("message", "embeddedchat", {'amount':'5', 'sort_field':'2'}),
|
|
|
("todo", "mine", {'amount':'5', 'amount_subtask':'2', 'sort_field':'3'}),
|
|
|
("etherpad", "latest", {'amount':'5', 'sort_field':'4'}),
|
|
|
("cloud", "latest", {'amount':'5', 'sort_field':'4'}),
|
|
|
("file", "latest", {'sort_field':'5', 'amount':'5'}),
|
|
|
("poll", "current", {'sort_field':'6', 'amount':'5'}),
|
|
|
("marketplace", "current", {'sort_field':'7', 'amount':'5'}),
|
|
|
("cosinnus", "group_members", {'amount':'5', 'sort_field':'7'}),
|
|
|
("cosinnus", "related_groups", {'amount':'5', 'sort_field':'8'}),
|
|
|
]` |
|
|
\ No newline at end of file |