Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tailpine
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
tailpine
Merge requests
!11
blocks components created
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
blocks components created
issue/tailpine-3502519:3502519-blocks-components
into
main
Overview
0
Commits
1
Pipelines
0
Changes
30
Merged
haris khan jadoon
requested to merge
issue/tailpine-3502519:3502519-blocks-components
into
main
1 month ago
Overview
0
Commits
1
Pipelines
0
Changes
30
Expand
Block components created
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
ef523ed5
1 commit,
1 month ago
30 files
+
595
−
89
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
30
Search (e.g. *.vue) (Ctrl+P)
components/block/localaction/localaction.component.yml
0 → 100644
+
13
−
0
Options
$schema
:
https://git.drupalcode.org/project/drupal/-/raw/10.1.x/core/modules/sdc/src/metadata.schema.json
name
:
localaction
label
:
'
Local
Action'
description
:
'
Component
for
rendering
local
action
(primary
admin
actions).'
category
:
'
Navigation'
schema
:
properties
:
content
:
type
:
string
description
:
'
The
rendered
HTML
content
of
the
local
actions.'
default
:
'
<ul
class="action-links"><li><a
href="/admin">Admin
Action</a></li></ul>'
Loading