Skip to content

enable using dynamic settings in override match condition #11

@flovntp

Description

@flovntp

It should be really helpfull to enable dynamic settings in override condition, like :

ezpublish:
    system:
         site_group:
            location_view:
                 full:
                     my_override_condition:
                         template: "@ezdesign/full/myGenericTemplate.html.twig"
                         match:
                              Id\Location: $locationId;acme$

and then, you just have to defined your dynamics settings for all your siteaccess in parameters.yml

parameters:
      acme.fre.locationId: 123
      acme.en.locationId: 456

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions