Issue #3347672: Create new SDC component for Umami (card view mode)
2 open threads
Merge request reports
Activity
added 524 commits
-
30a1e232...b6aef35b - 314 commits from branch
project:11.x
- b6aef35b...515304ab - 200 earlier commits
- 2c8a999b - Issue #3218087 by nlisgo, Gribnif, Lendude, smustgrave: Views...
- 9293b10a - Issue #3377318 by Spokje, longwave, znerol: Remove cruft from LanguageNegotiationMethodManager
- 63cebe7e - Issue #3378657 by dineshkumarbollu, gorkagr, smustgrave: Duplicate declaration...
- e9f33644 - Issue #3371619 by bbrala, andypost, dww, mglaman, Kingdutch, catch, mondrake,...
- 3b7ad4a9 - Issue #3381660 by chesn0k: Documentation problem with node_is_page
- c9c7819e - Issue #3378341 by gapple, acbramley: claro.jquery.ui css assets may be added...
- 6bccf5b0 - Issue #3379430 by nlisgo, kostyashupenko, Chi, smustgrave: Umami theme should...
- 19f1dbc0 - Issue #3382123 by catch, smustgrave, nicxvan: Update Peast to 1.15.4
- e36422dd - Issue #3355381 by catch, drewcking, stewest, bnjmnm, lmoeni, fngatia,...
- 05e95eb4 - Issue #3327294 by poker10, alexpott: Username enumeration via one time login...
Toggle commit list-
30a1e232...b6aef35b - 314 commits from branch
added 1 commit
added 1 commit
added 1 commit
added 1 commit
added 451 commits
-
fb70f98f...12dabf05 - 450 commits from branch
project:11.x
- ccb42c2e - Create new SDC component for Umami (card view mode) - #3347672
-
fb70f98f...12dabf05 - 450 commits from branch
70 set classes = [ 71 'node', 72 'node--type-' ~ node.bundle|clean_class, 73 node.isPromoted() ? 'node--promoted', 74 node.isSticky() ? 'node--sticky', 75 not node.isPublished() ? 'node--unpublished', 76 view_mode ? 'node--view-mode-' ~ view_mode|clean_class, 77 'umami-card--alt', 78 ] 79 %} 80 {{ attach_library('umami/classy.node') }} 70 81 71 {% block libraries %} 72 {{ attach_library('umami/view-mode-card-common-alt') }} 73 {% endblock %} 82 {% embed "umami:card" with { attributes: attributes.addClass(classes) } %} changed this line in version 8 of the diff
@Gauravmahlawat please add missed props also
102 103 </article> 81 {% embed "umami:card" with { attributes: attributes.addClass(classes) } %} 82 {% block content %} 83 {% include "umami:title" with { 84 attributes: title_attributes.addClass('umami-card__title'), 85 label, 86 title_prefix, 87 title_suffix, 88 } only %} 89 <div{{content_attributes.addClass('umami-card__content')}}> 90 {{ content }} 91 </div> 92 {% include "umami:read-more" with { 93 url, 94 text: 'View'|t ~ ' ' ~ node.type.entity.label()|t, changed this line in version 9 of the diff
mentioned in merge request !4651 (closed)
added 1 commit
- 118db78b - Added translatable readmore label(removed only)
added 25 commits
-
118db78b...05e455ed - 22 commits from branch
project:11.x
- 22c836de - Create new SDC component for Umami (card view mode) - #3347672
- 1887edf2 - Create new SDC component for Umami
- 0651cef6 - Added translatable readmore label(removed only)
Toggle commit list-
118db78b...05e455ed - 22 commits from branch
mentioned in merge request !4695 (closed)
Please register or sign in to reply