Skip to content

Commit

Permalink
Merge pull request #140 from Chi-teck/issue-117
Browse files Browse the repository at this point in the history
Fails to generate revisionable content entity
  • Loading branch information
Chi-teck committed Apr 11, 2024
2 parents f7802a4 + 2f08505 commit 74c2dc6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions templates/Entity/_content-entity/src/Entity/Example.php.twig
Expand Up @@ -108,12 +108,8 @@ use Drupal\Core\Entity\EntityChangedTrait;
* },
{% if revisionable %}
* revision_metadata_keys = {
{% if author_base_field %}
* "revision_user" = "revision_uid",
{% endif %}
{% if created_base_field %}
* "revision_created" = "revision_timestamp",
{% endif %}
* "revision_log_message" = "revision_log",
* },
{% endif %}
Expand Down

0 comments on commit 74c2dc6

Please sign in to comment.