You are here

content-lock-settings-entities.html.twig in Content locking (anti-concurrent editing) 8

Same filename and directory in other branches
  1. 8.2 templates/content-lock-settings-entities.html.twig

Theme override to display the content lock entity settings.

Available variables:

  • title: The title of the entity.
  • build: Settings form of the entity

File

templates/content-lock-settings-entities.html.twig
View source
  1. {#
  2. /**
  3. * @file
  4. * Theme override to display the content lock entity settings.
  5. *
  6. * Available variables:
  7. * - title: The title of the entity.
  8. * - build: Settings form of the entity
  9. */
  10. #}
  11. <h4>{{ title }}</h4>
  12. {{ build }}