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 5ffab15 commit 81e733fCopy full SHA for 81e733f
1 file changed
templates/module/src/Entity/entity-content.php.twig
@@ -93,6 +93,13 @@ use Drupal\user\UserInterface;
93
* "langcode" = "langcode",
94
* "published" = "status",
95
* },
96
+{% if revisionable %}
97
+* revision_metadata_keys = {
98
+* "revision_user" = "revision_uid",
99
+* "revision_created" = "revision_timestamp",
100
+* "revision_log_message" = "revision_log"
101
+* },
102
+{% endif %}
103
{% if has_forms %}
104
* links = {
105
* "canonical" = "{{ base_path }}/{{ entity_name }}/{{ '{'~entity_name~'}' }}",
0 commit comments