Skip to content

Commit

Permalink
Merge pull request #3 from ezsystems/impl-EZP-24925-extract-xmltext-fix
Browse files Browse the repository at this point in the history
EZP-24925: fix missing Twig blocks
  • Loading branch information
pspanja committed Oct 22, 2015
2 parents 21d63a7 + 818518a commit 3ee4d14
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bundle/Resources/views/content_fields.html.twig
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
{% extends 'EzPublishCoreBundle::content_fields.html.twig' %}

{% block ezxmltext_field %}
{%- set field_value = field.value.xml|xmltext_to_html5 -%}
{{ block( 'simple_block_field' ) }}
Expand Down
2 changes: 2 additions & 0 deletions bundle/Resources/views/fielddefinition_settings.html.twig
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
{% extends 'EzPublishCoreBundle::fielddefinition_settings.html.twig' %}

{% block ezxmltext_settings %}
<ul class="fielddef-settings {{ fielddefinition.fieldTypeIdentifier }}-settings">
{% set rows = settings.numRows %}
Expand Down

0 comments on commit 3ee4d14

Please sign in to comment.