- Issue created by @pdureau
- Status changed to Fixed
over 1 year ago 2:14pm 18 March 2023 - 🇫🇷France pdureau Paris
Fixed in commit db317587626d7bca04ff8e8a6bab9d39dc33adc0
With a new field structure in consent_banner pattern:
- modal: - type: array - label: Modal data - description: "Contains: title: Modal title, text: see 'Consent manager' pattern, services: see 'Consent manager' pattern" + modal_title: + type: text + label: Modal title + description: "See 'Modal' pattern" + modal_text: + type: text + label: Modal text + description: "See 'Consent manager' pattern" + services: + type: menu + label: Modal services + description: "A Drupal menu structure. See 'Consent manager' pattern"
And a new structure (compatible with Drupal menu) for Services in consent_manager pattern:
- youtube: - title: Youtube - description: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus nulla arcu, imperdiet vel rutrum sed, dapibus et diam. - google: - title: Google - description: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus nulla arcu, imperdiet vel rutrum sed, dapibus et diam. - sub_services: - analitycs: - title: Google Analytics - maps: - title: Google Maps + - title: Youtube + attributes: + id: youtube + title: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus nulla arcu, imperdiet vel rutrum sed, dapibus et diam. + - title: Google + attributes: + id: google + title: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus nulla arcu, imperdiet vel rutrum sed, dapibus et diam. + below: + - title: Google Analytics + attributes: + id: analitycs + - title: Google Maps + attributes: + id: maps
Automatically closed - issue fixed for 2 weeks with no activity.