diff --git a/user/blueprints/pages/modular/showcase.yaml b/user/blueprints/pages/modular/showcase.yaml index 3911cca..c13d535 100644 --- a/user/blueprints/pages/modular/showcase.yaml +++ b/user/blueprints/pages/modular/showcase.yaml @@ -34,16 +34,16 @@ form: .url: type: text label: URL - .primary: - type: toggle - label: Primary - highlight: 1 - default: 1 - options: - 1: 'Yes' - 0: 'No' - validate: - type: bool + # .primary: + # type: toggle + # label: Primary + # highlight: 1 + # default: 1 + # options: + # 1: 'Yes' + # 0: 'No' + # validate: + # type: bool .pdf: diff --git a/user/themes/epau-antimatter/templates/modular/showcase.html.twig b/user/themes/epau-antimatter/templates/modular/showcase.html.twig index 5c4e005..2f61c17 100644 --- a/user/themes/epau-antimatter/templates/modular/showcase.html.twig +++ b/user/themes/epau-antimatter/templates/modular/showcase.html.twig @@ -10,14 +10,11 @@
{% for button in page.header.buttons %} {% if button.url %} - {{ button.text }}> + {{ button.text }} + {% else %} + {{ button.text }} {% endif %} - {% if button.pdf %} - {{ button.text }}> - {% endif %} - {% endfor %} -