Update to 2022-08-29 21:00

This commit is contained in:
Daniel Berteaud
2022-08-29 21:00:19 +02:00
parent b213df4df4
commit af54ca5dc1
4 changed files with 10 additions and 10 deletions

View File

@@ -9,4 +9,4 @@ var penpotLoginWithLDAP = true;
{% endif %}
var penpotRegistrationEnabled = {{ penpot_allow_user_registration | ternary('true', 'false') }};
var penpotAnalyticsEnabled = false;
var penpotFlags = "{{ penpot_allow_user_registration | ternary('enable-registration', '') }}";
var penpotFlags = "{{ penpot_flags | join(' ') }}";