[1.0.2] Remove obsolete "#" prefixes in examples

Created on 17 October 2024, 6 months ago

Following Get rid of the mandatory "#" prefixes Active and the upcoming release of UI Examples 1.0.0, we will be able to remove the "#" from the examples YML

From:

"#type": "pattern"
"#id": "grid_row"
"#fields":
  content:
    - "#type": "pattern_preview"
      "#id": "card"
      "#variant": "default"
   -  "#type": "html_tag"
      "#tag": "div"
      "#attributes":
        class:
          - py-5
          - bg-light
"#settings":
  with_container: true
  gutters: g-3

to:

type: pattern
id: grid_row
fields:
  content:
    - type: pattern_preview
      id: card
      variant: default
   -  type: html_tag
      tag: div
      attributes:
        class:
          - py-5
          - bg-light
settings:
  with_container: true
  gutters: g-3

We will also need to target precisely ui_example 1.0.0 in our info.yml

📌 Task
Status

Active

Version

1.0

Component

Code

Created by

🇫🇷France pdureau Paris

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024