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 51bd82b commit b157b38Copy full SHA for b157b38
templates/d8/module/content-entity/src/Entity/Example.php.twig
@@ -50,7 +50,7 @@ use Drupal\Core\Entity\EntityChangedTrait;
50
* revision_table = "{{ entity_type_id }}_revision",
51
* show_revision_ui = TRUE,
52
{% endif %}
53
- * admin_permission = "administer {{ entity_type_id }}",
+ * admin_permission = "administer {{ entity_type_label|lower }}",
54
* entity_keys = {
55
* "id" = "id",
56
{% if revisionable %}
0 commit comments