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
!94
Resolve
#3514165
"Add drupal logo"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve
#3514165
"Add drupal logo"
issue/demo_design_system-3514165:3514165-add-drupal-logo
into
1.0.x
Overview
0
Commits
2
Pipelines
1
Changes
3
Merged
Kristen Pol
requested to merge
issue/demo_design_system-3514165:3514165-add-drupal-logo
into
1.0.x
3 months ago
Overview
0
Commits
2
Pipelines
1
Changes
3
Expand
Closes
#3514165
0
0
Merge request reports
Compare
1.0.x
1.0.x (base)
and
latest version
latest version
e67cc40b
2 commits,
3 months ago
3 files
+
106
−
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)
starshot_demo/components/01-atoms/drupal-logo/drupal-logo.component.yml
0 → 100644
+
39
−
0
Options
'
$schema'
:
'
https://git.drupalcode.org/project/drupal/-/raw/HEAD/core/assets/schemas/v1/metadata.schema.json'
name
:
Drupal Logo
description
:
The Drupal logo displayed as an SVG.
status
:
stable
props
:
type
:
object
required
:
-
variant
-
color
-
size
properties
:
variant
:
type
:
string
title
:
Variant
description
:
The variant of the Drupal logo to display.
enum
:
-
Horizontal
-
Vertical
-
Drop icon
examples
:
[
Horizontal
]
color
:
type
:
string
title
:
Color
description
:
The color of the Drupal logo.
enum
:
-
Drupal Blue
-
Drupal Navy
-
White
-
Black
examples
:
[
Drupal Blue
]
size
:
type
:
string
title
:
Size
description
:
The size of the Drupal logo.
enum
:
-
Default
-
Full Width
-
Full Height
examples
:
[
Default
]
Loading