Skip to content

Commit

Permalink
EZP-29028: Subtree should be shown in a new line
Browse files Browse the repository at this point in the history
  • Loading branch information
mikadamczyk committed Mar 30, 2018
1 parent 3c5def1 commit 852b74d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ public function load(array $configs, ContainerBuilder $container)

$loader->load('default_parameters.yml');
$loader->load('services.yml');
$loader->load('role.yml');
}

/**
Expand Down
3 changes: 3 additions & 0 deletions src/bundle/Resources/config/role.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
parameters:
# Limitation mappers
ezrepoforms.limitation.null.template: "EzPlatformAdminUiBundle:Limitation:null_limitation_values.html.twig"
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{% do form.setRendered() %}
{{ form_label(form) }}
<em class="d-block">{{ "role.policy.limitation.not_implemented"|trans({"%limitationTypeIdentifier%": form.vars.data.identifier}, 'ezrepoforms_role') }}</em>

0 comments on commit 852b74d

Please sign in to comment.