mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 05:47:11 +02:00
Implemented ActionTemplateDataStoreService in MVC and template
This commit is contained in:
@@ -1 +1 @@
|
||||
{{ entity.text }}
|
||||
{{ action_template_data_store_service.getData(action).text }}
|
@@ -1,2 +1 @@
|
||||
{% set source = entity %}
|
||||
{% extends "entity/source/source.html.twig" %}
|
||||
|
@@ -1,4 +1,5 @@
|
||||
{% extends "frames/default.html.twig" %}
|
||||
{% set entity = action_template_data_store_service.getData('read') %}
|
||||
{% block title %}
|
||||
{{ 'Source'|trans }}: {% if entity.hasSlug %}{{ entity.slug }}{% endif %}#{{ entity.id }}
|
||||
{% endblock %}
|
||||
|
Reference in New Issue
Block a user