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
!8860
New tags approach -
#3365389
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
New tags approach -
#3365389
issue/drupal-3365389:3365389-new-tags
into
11.x
Overview
0
Commits
2
Pipelines
4
Changes
8
Open
Ivan Berdinsky
requested to merge
issue/drupal-3365389:3365389-new-tags
into
11.x
9 months ago
Overview
0
Commits
2
Pipelines
4
Changes
8
Expand
Closes
#3365389
0
0
Merge request reports
Compare
11.x
version 3
cbdceadd
7 months ago
version 2
994d4ef6
7 months ago
version 1
5a017f35
9 months ago
11.x (HEAD)
and
latest version
latest version
cde70cb7
2 commits,
5 months ago
version 3
cbdceadd
2 commits,
7 months ago
version 2
994d4ef6
1 commit,
7 months ago
version 1
5a017f35
1 commit,
9 months ago
8 files
+
172
−
67
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
8
Search (e.g. *.vue) (Ctrl+P)
core/themes/olivero/components/tags/tags.component.yml
0 → 100644
+
38
−
0
Options
# This is so your IDE knows about the syntax for fixes and autocomplete.
$schema
:
https://git.drupalcode.org/project/drupal/-/raw/HEAD/core/assets/schemas/v1/metadata.schema.json
# The human readable name.
name
:
Tags
# Status can be: "experimental", "stable", "deprecated", "obsolete".
status
:
stable
# Schema for the props. We support www.json-schema.org. Learn more about the
# syntax there.
props
:
type
:
object
properties
:
label
:
title
:
Label
type
:
string
title_attributes
:
type
:
Drupal\Core\Template\Attribute
title
:
Title Attributes
label_display
:
type
:
string
title
:
Label Display
enum
:
-
above
-
inline
-
hidden
-
visually_hidden
default
:
above
tags
:
title
:
Tags
type
:
array
items
:
type
:
object
properties
:
content
:
title
:
Tag
type
:
string
Loading