Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupal_cms
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_cms
Merge requests
!372
Issue
#3497387
by ckrina: Implement designs for Feature component within Olivero for XB
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Issue
#3497387
by ckrina: Implement designs for Feature component within Olivero for XB
issue/drupal_cms-3497387:feature-component
into
1.x
Overview
3
Commits
19
Pipelines
20
Changes
3
Merged
Amine Boulaffas
requested to merge
issue/drupal_cms-3497387:feature-component
into
1.x
5 months ago
Overview
3
Commits
19
Pipelines
20
Changes
3
Expand
0
0
Merge request reports
Compare
1.x
version 19
8c611615
5 months ago
version 18
804c4d3c
5 months ago
version 17
5fba246d
5 months ago
version 16
a831b03c
5 months ago
version 15
aec0b414
5 months ago
version 14
d53073e6
5 months ago
version 13
ef2abad4
5 months ago
version 12
d013b594
5 months ago
version 11
50c67125
5 months ago
version 10
c078d079
5 months ago
version 9
9c4e7ad9
5 months ago
version 8
1f52c214
5 months ago
version 7
39ee44ea
5 months ago
version 6
42609013
5 months ago
version 5
8a64a23a
5 months ago
version 4
ebc4c038
5 months ago
version 3
40a08c00
5 months ago
version 2
3619c2dc
5 months ago
version 1
bc5dfc87
5 months ago
1.x (base)
and
latest version
latest version
7cc1502e
19 commits,
4 months ago
version 19
8c611615
20 commits,
5 months ago
version 18
804c4d3c
19 commits,
5 months ago
version 17
5fba246d
18 commits,
5 months ago
version 16
a831b03c
17 commits,
5 months ago
version 15
aec0b414
16 commits,
5 months ago
version 14
d53073e6
15 commits,
5 months ago
version 13
ef2abad4
14 commits,
5 months ago
version 12
d013b594
13 commits,
5 months ago
version 11
50c67125
12 commits,
5 months ago
version 10
c078d079
10 commits,
5 months ago
version 9
9c4e7ad9
9 commits,
5 months ago
version 8
1f52c214
8 commits,
5 months ago
version 7
39ee44ea
7 commits,
5 months ago
version 6
42609013
6 commits,
5 months ago
version 5
8a64a23a
5 commits,
5 months ago
version 4
ebc4c038
4 commits,
5 months ago
version 3
40a08c00
3 commits,
5 months ago
version 2
3619c2dc
2 commits,
5 months ago
version 1
bc5dfc87
1 commit,
5 months ago
3 files
+
215
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
drupal_cms_olivero/components/feature/feature.component.yml
0 → 100644
+
55
−
0
Options
$schema
:
https://git.drupalcode.org/project/drupal/-/raw/HEAD/core/assets/schemas/v1/metadata.schema.json
name
:
Feature
status
:
experimental
props
:
type
:
object
required
:
-
title
properties
:
title
:
type
:
string
title
:
Title
description
:
The title text
examples
:
-
Cool featured content
summary
:
$ref
:
json-schema-definitions://experience_builder.module/textarea
type
:
string
title
:
Summary
description
:
The optional summary text
examples
:
-
A short and engaging summary to highlight the featured content and get
your audience interested in learning more about it.
link_text
:
type
:
string
title
:
Link text
description
:
"
The
optional
link
text,
default:
Learn
more"
default
:
Learn more
examples
:
-
Learn more
link_url
:
type
:
string
format
:
uri
title
:
Link URL
description
:
The link URL for the link text
examples
:
-
https://example.com
image
:
$ref
:
json-schema-definitions://experience_builder.module/image
type
:
object
title
:
Image
description
:
"
Image
for
the
card.
Recommended
size:
4:3
aspect
ratio"
examples
:
[]
image_position
:
type
:
string
title
:
Image position
description
:
"
The
position
for
the
image,
default:
left"
default
:
left
enum
:
-
left
-
right
examples
:
-
left
Loading