restored the simplenews templating system for d8

This commit is contained in:
2021-08-18 00:05:12 +02:00
parent 4a32d5c2c4
commit f51f22491b
12 changed files with 727 additions and 3371 deletions

View File

@@ -0,0 +1,17 @@
materio_simplenews.actions:
deriver: 'Drupal\materio_simplenews\Plugin\Derivative\DynamicLocalActions'
# materio_simplenews.simplenews_daily_add:
# route_name: node.add
# route_parameters:
# node_type: 'simplenews_issue'
# title: 'Add Daily'
# appears_on:
# - view.simplenews_newsletters.page_1
# materio_simplenews.simplenews_newsletter_add:
# route_name: node.add
# route_parameters:
# node_type: 'simplenews_issue'
# title: 'Add Newsletter'
# appears_on:
# - view.simplenews_newsletters.page_1