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
!4126
Resolve
#3365451
"Create new sdc"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Resolve
#3365451
"Create new sdc"
issue/drupal-3365451:3365451-create-new-sdc
into
10.1.x
Overview
1
Commits
5
Pipelines
0
Changes
6
1 unresolved thread
Hide all comments
Closed
Aaron Manire
requested to merge
issue/drupal-3365451:3365451-create-new-sdc
into
10.1.x
1 year ago
Overview
1
Commits
5
Pipelines
0
Changes
6
1 unresolved thread
Hide all comments
Expand
Closes
#3365451
0
0
Merge request reports
Compare
10.1.x
version 6
0a72a170
1 year ago
version 5
99341aa8
1 year ago
version 4
34b0b25d
1 year ago
version 3
e267c12d
1 year ago
version 2
aa433288
1 year ago
version 1
4c60089c
1 year ago
10.1.x (base)
and
latest version
latest version
89fe879a
5 commits,
1 year ago
version 6
0a72a170
5 commits,
1 year ago
version 5
99341aa8
4 commits,
1 year ago
version 4
34b0b25d
4 commits,
1 year ago
version 3
e267c12d
3 commits,
1 year ago
version 2
aa433288
3 commits,
1 year ago
version 1
4c60089c
2 commits,
1 year ago
6 files
+
96
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
6
Search (e.g. *.vue) (Ctrl+P)
core/profiles/demo_umami/themes/umami/components/disclaimer/disclaimer.component.yml
0 → 100644
+
25
−
0
Options
# This is so your IDE knows about the syntax for fixes and autocomplete.
$schema
:
https://git.drupalcode.org/project/sdc/-/raw/1.x/src/metadata.schema.json
# The human readable name.
name
:
Disclaimer
# Status can be: "experimental", "stable", "deprecated", "obsolete".
status
:
experimental
# Schema for the props. We support www.json-schema.org. Learn more about the
# syntax there.
props
:
# Props are always an object with keys. Each key is a variable in your
# component template.
type
:
object
properties
:
disclaimer
:
type
:
string
description
:
Disclaimer text
copyright
:
type
:
string
description
:
Copyright text of Disclaimer
examples
:
-
Terms & Conditions
Loading