Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupal
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
drupal
Merge requests
!3657
Issue
#3347672
: Create new SDC component for Umami (card view mode)
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Issue
#3347672
: Create new SDC component for Umami (card view mode)
issue/drupal-3347672:3347672-create-new-sdc
into
10.1.x
Overview
34
Commits
20
Pipelines
0
Changes
17
Open
Mark Conroy
requested to merge
issue/drupal-3347672:3347672-create-new-sdc
into
10.1.x
2 years ago
Overview
11
Commits
20
Pipelines
0
Changes
17
Expand
0
0
Merge request reports
Compare
10.1.x
version 22
05a05b40
1 year ago
version 21
675837bc
1 year ago
version 20
f9702cc7
1 year ago
version 19
28055db9
1 year ago
version 18
74582c32
1 year ago
version 17
8910396a
1 year ago
version 16
871460b7
1 year ago
version 15
0509e5c3
1 year ago
version 14
20847df8
1 year ago
version 13
0c4af081
1 year ago
version 12
038b4b99
1 year ago
version 11
e113934c
1 year ago
version 10
34176f3e
1 year ago
version 9
de19c233
2 years ago
version 8
6178b451
2 years ago
version 7
514a9db8
2 years ago
version 6
fbfd5358
2 years ago
version 5
52486727
2 years ago
version 4
3e0c363f
2 years ago
version 3
9a650711
2 years ago
version 2
b6ac7909
2 years ago
version 1
5876abe8
2 years ago
10.1.x (HEAD)
and
latest version
latest version
719640ab
20 commits,
1 year ago
version 22
05a05b40
19 commits,
1 year ago
version 21
675837bc
18 commits,
1 year ago
version 20
f9702cc7
17 commits,
1 year ago
version 19
28055db9
16 commits,
1 year ago
version 18
74582c32
15 commits,
1 year ago
version 17
8910396a
18 commits,
1 year ago
version 16
871460b7
17 commits,
1 year ago
version 15
0509e5c3
16 commits,
1 year ago
version 14
20847df8
15 commits,
1 year ago
version 13
0c4af081
14 commits,
1 year ago
version 12
038b4b99
13 commits,
1 year ago
version 11
e113934c
12 commits,
1 year ago
version 10
34176f3e
11 commits,
1 year ago
version 9
de19c233
10 commits,
2 years ago
version 8
6178b451
9 commits,
2 years ago
version 7
514a9db8
8 commits,
2 years ago
version 6
fbfd5358
7 commits,
2 years ago
version 5
52486727
6 commits,
2 years ago
version 4
3e0c363f
5 commits,
2 years ago
version 3
9a650711
4 commits,
2 years ago
version 2
b6ac7909
3 commits,
2 years ago
version 1
5876abe8
2 commits,
2 years ago
17 files
+
298
−
98
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
17
Search (e.g. *.vue) (Ctrl+P)
core/profiles/demo_umami/themes/umami/components/content/card/card/card.component.yml
0 → 100644
+
47
−
0
Options
$schema
:
https://git.drupalcode.org/project/sdc/-/raw/1.x/src/metadata.schema.json
name
:
Card
description
:
A card with an image, title, and a link.
props
:
type
:
object
properties
:
title
:
type
:
string
title
:
Title
description
:
The title of the node.
examples
:
-
A recipe for success!
url
:
type
:
string
title
:
Url
description
:
Card link URL.
attributes
:
type
:
Drupal\Core\Template\Attribute
title
:
Attributes
description
:
Wrapper attributes.
content_attributes
:
type
:
Drupal\Core\Template\Attribute
title
:
Content attributes
description
:
Content wrapper attributes.
title_attributes
:
type
:
Drupal\Core\Template\Attribute
title
:
Title attributes
description
:
Title attributes object.
title_prefix
:
type
:
array
title
:
Title prefix
title_suffix
:
type
:
array
title
:
Title suffix
read_more_label
:
type
:
string
title
:
View more label
description
:
Label for read more link.
slots
:
type
:
object
content
:
title
:
Content
required
:
true
description
:
The card content.
libraryOverrides
:
dependencies
:
-
umami/more-link
Loading