Initial Drupal 11 with DDEV setup
This commit is contained in:
8
vendor/chi-teck/drupal-code-generator/templates/Yaml/_permissions/permissions.twig
vendored
Normal file
8
vendor/chi-teck/drupal-code-generator/templates/Yaml/_permissions/permissions.twig
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
{{ id }}:
|
||||
title: '{{ title }}'
|
||||
{% if description %}
|
||||
description: '{{ description }}'
|
||||
{% endif %}
|
||||
{% if restrict_access %}
|
||||
restrict access: true
|
||||
{% endif %}
|
||||
Reference in New Issue
Block a user