src/Cms/ModuleBundle/Resources/views/Content/includes/editor/actions/Draft.html.twig line 1

Open in your IDE?
  1. <div id="btnwrap{{ key }}" class="editor__btn-wrap">
  2.     {% include '@ui/common/buttons/default.html.twig' with {
  3.         text: actionForm.label,
  4.         htmlId: 'btn' ~ key
  5.     } %}
  6. </div>
  7. {% include '@CmsModule/Content/includes/editor/action_button.html.twig' with {
  8.     action: key,
  9.     form: actionForm.form
  10. } %}
  11. {% inline_script %}
  12.     <script>
  13.         editorActionHandler('{{ key }}');
  14.     </script>
  15. {% endinline %}