Umami Demo SDC cleanup - #3414981
5 unresolved threads
5 unresolved threads
Closes #3414981
Merge request reports
Activity
Filter activity
added 126 commits
-
e163d69e...b8d5c0e4 - 125 commits from branch
project:11.x
- 0d207585 - Umami Demo SDC cleanup - #3414981
-
e163d69e...b8d5c0e4 - 125 commits from branch
18 18 type: object 19 19 20 20 properties: 21 attributes: 22 type: Drupal\Core\Template\Attribute 23 title: Attributes 24 description: Wrapper attributes. 21 25 site_logo: 22 26 type: string 23 site_name: 24 type: string 25 site_slogan: 27 url: 26 28 type: string 12 12 props: 13 13 type: object 14 14 properties: 15 a11y: 16 type: string 17 title: Read More screen reader text 18 text: 19 type: string 20 title: Read More text 21 url: I was not expecting a removal of url prop. I think it is nice to keep it in order to expose it to site builders and contributors from admin pages.
It can be used like that:
{{ set attributes = url ? attriabutes.setAttribute('href', url') : attributes }}
url must be:
type: "string" format: "iri-reference"
changed this line in version 5 of the diff
5 5 {{ source(componentMetadata.path ~ '/icons/' ~ icon|default('knife') ~ '.svg') }} 6 6 </div> 7 7 {% endif %} 8 {% if label %} 9 <div class="umami-badge__label">{{~ label ~}}</div> added 68 commits
-
0d207585...6e7fa7f3 - 67 commits from branch
project:11.x
- 89c4804e - Umami Demo SDC cleanup - #3414981
-
0d207585...6e7fa7f3 - 67 commits from branch
Please register or sign in to reply