Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
demo_design_system
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
demo_design_system
Merge requests
!65
Resolve
#3472788
"Allow sdds hero"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve
#3472788
"Allow sdds hero"
issue/demo_design_system-3472788:3472788-allow-sdds-hero
into
1.0.x
Overview
6
Commits
4
Pipelines
3
Changes
3
All threads resolved!
Hide all comments
Merged
jacobadeutsch
requested to merge
issue/demo_design_system-3472788:3472788-allow-sdds-hero
into
1.0.x
7 months ago
Overview
6
Commits
4
Pipelines
3
Changes
3
All threads resolved!
Hide all comments
Expand
Closes
#3472788
0
0
Merge request reports
Compare
1.0.x
version 2
668ff1a2
7 months ago
version 1
59ec7861
7 months ago
1.0.x (base)
and
latest version
latest version
6a8a19fb
4 commits,
7 months ago
version 2
668ff1a2
3 commits,
7 months ago
version 1
59ec7861
2 commits,
7 months ago
3 files
+
54
−
11
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
starshot_demo/components/03-organisms/starshot-hero/starshot-hero.component.yml
+
14
−
0
Options
@@ -28,6 +28,20 @@ props:
#- Drupal is a fully composable CMS that allows you to design a digital
#experience around your vision.
design
:
type
:
string
title
:
Design
description
:
'
Design:
light,
green,
blue,
lavender,
blue-stripe.'
enum
:
-
light
-
green
-
blue
-
lavender
-
blue-stripe
default
:
blue-stripe
examples
:
-
blue-stripe
image
:
$ref
:
json-schema-definitions://experience_builder.module/image
type
:
object
Loading