Code: Select all
{% for ct in app.config.get('contenttypes') if not ct.viewless|default(false) %}
Code: Select all
if not ct.viewless|default(false)or actually what is that part of the code really saying ??
Thank you.
Gautam.
Moderator: General Moderators
Code: Select all
{% for ct in app.config.get('contenttypes') if not ct.viewless|default(false) %}
Code: Select all
if not ct.viewless|default(false)