Rmeoved is_feature_enabled function

This commit is contained in:
2025-07-13 17:54:09 +02:00
parent 991ed7d614
commit ad60f5fb37
59 changed files with 107 additions and 104 deletions

View File

@@ -10,7 +10,7 @@
icon:
class: fas fa-book
url: https://{{domains | get_domain('sphinx')}}
iframe: {{ applications | is_feature_enabled('port-ui-desktop','sphinx') }}
iframe: {{ applications | get_app_conf('sphinx','features.port-ui-desktop',True) }}
{% endif %}
@@ -21,7 +21,7 @@
icon:
class: "fas fa-chalkboard-teacher"
url: https://{{domains | get_domain('presentation')}}
iframe: {{ applications | is_feature_enabled('port-ui-desktop','presentation') }}
iframe: {{ applications | get_app_conf('presentation','features.port-ui-desktop',True) }}
{% endif %}
- name: Solutions