Implemented ActionTemplateDataStoreService in MVC and template

This commit is contained in:
Kevin Frantz
2019-02-19 21:08:29 +01:00
parent 472eb60fd5
commit 9862bc493c
8 changed files with 56 additions and 40 deletions

View File

@@ -1 +1 @@
{{ entity.text }}
{{ action_template_data_store_service.getData(action).text }}

View File

@@ -1,2 +1 @@
{% set source = entity %}
{% extends "entity/source/source.html.twig" %}