We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abbfb5d commit 9adfcbaCopy full SHA for 9adfcba
templates/module/module-file.twig
@@ -1,5 +1,6 @@
1
-{% extends "base/file.php.twig" %}
2
-
3
-{% block file_path %}{{machine_name}}.module.{% endblock %}
4
+{% include 'module/php_tag.php.twig' %}
5
+/**
+ * @file
+ * Contains {{machine_name}}.module.
6
+ */
templates/module/permission.yml.twig
@@ -1,5 +1,4 @@
{% if permissions|length %}
{% for permission in permissions %}
{{ permission.permission }}:
title: '{{ permission.title }}'
0 commit comments