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
!18
Add two footer layout options to theme
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Add two footer layout options to theme
issue/tailpine-3520642:3520642-footer-style-variants
into
main
Overview
0
Commits
1
Pipelines
0
Changes
56
Merged
haris khan jadoon
requested to merge
issue/tailpine-3520642:3520642-footer-style-variants
into
main
3 weeks ago
Overview
0
Commits
1
Pipelines
0
Changes
56
Expand
Closes
#3520642
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
0899f1f3
1 commit,
3 weeks ago
56 files
+
1679
−
17
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
56
Search (e.g. *.vue) (Ctrl+P)
components/block/copyright/copyright.component.yml
0 → 100644
+
36
−
0
Options
$schema
:
https://git.drupalcode.org/project/drupal/-/raw/10.1.x/core/modules/sdc/src/metadata.schema.json
name
:
mainblock
label
:
'
Main
Block'
description
:
'
Generic
block
component
with
optional
title
and
content.'
category
:
'
Blocks'
schema
:
properties
:
plugin_id
:
type
:
string
description
:
'
The
ID
of
the
block
implementation.'
default
:
'
'
label
:
type
:
string
description
:
'
The
configured
label
of
the
block.'
default
:
'
'
configuration
:
type
:
object
properties
:
provider
:
type
:
string
description
:
'
The
module
or
provider
of
the
block.'
default
:
'
custom'
title_prefix
:
type
:
string
description
:
'
Additional
markup
before
the
block
title.'
default
:
'
'
title_suffix
:
type
:
string
description
:
'
Additional
markup
after
the
block
title.'
default
:
'
'
content
:
type
:
string
description
:
'
The
main
content
of
the
block.'
default
:
'
<p>Block
content
here.</p>'
Loading