Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
bootstrap_paragraphs
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
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
bootstrap_paragraphs
Merge requests
!14
Resolve
#3375857
"Meta rebuild using"
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Open
Resolve
#3375857
"Meta rebuild using"
issue/bootstrap_paragraphs-3375857:3375857-meta-rebuild-using
into
5.0.x
Overview
1
Commits
2
Pipelines
0
Changes
45
1 open thread
Hide all comments
Open
Resolve #3375857 "Meta rebuild using"
Kerry Murphy
requested to merge
issue/bootstrap_paragraphs-3375857:3375857-meta-rebuild-using
into
5.0.x
Oct 4, 2023
Overview
1
Commits
2
Pipelines
0
Changes
45
1 open thread
Hide all comments
Closes
#3375857
0
0
Merge request reports
Compare
5.0.x
5.0.x (base)
and
latest version
latest version
8b45da05
2 commits,
Oct 4, 2023
45 files
+
2140
−
1474
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
45
components/accordions/accordions.component.yml
0 → 100644
+
95
−
0
View file @ 8b45da05
Edit in single-file editor
Open in Web IDE
$schema
:
https://git.drupalcode.org/project/sdc/-/raw/1.x/src/metadata.schema.json
name
:
Accordions
status
:
experimental
description
:
Build vertically collapsing accordions in combination with our Collapse JavaScript plugin.
props
:
# Props are always an object with keys. Each key is a variable in your
# component template.
type
:
object
properties
:
bp_header
:
title
:
Header
type
:
string
width
:
type
:
string
title
:
Width
default
:
'
'
enum
:
-
'
'
-
col-md-4 offset-md-4
-
col-md-6 offset-md-3
-
col-md-8 offset-md-2
-
col-md-10 offset-md-1
-
col-md-12
bp_always_open
:
type
:
boolean
title
:
Always Open
default
:
false
bs.background_color
:
type
:
string
title
:
Background Color
default
:
'
'
enum
:
-
'
'
-
bg-primary
-
bg-secondary
-
bg-success
-
bg-info
-
bg-warning
-
bg-danger
-
bg-rgba-black-slight
-
bg-rgba-black-light
-
bg-rgba-black-strong
-
bg-rgba-blue-slight
-
bg-rgba-blue-light
-
bg-rgba-blue-strong
-
bg-rgba-bluegrey-slight
-
bg-rgba-bluegrey-light
-
bg-rgba-bluegrey-strong
-
bg-rgba-brown-slight
-
bg-rgba-brown-light
-
bg-rgba-brown-strong
-
bg-rgba-cyan-slight
-
bg-rgba-cyan-light
-
bg-rgba-cyan-strong
-
bg-rgba-green-slight
-
bg-rgba-green-light
-
bg-rgba-green-strong
-
bg-rgba-grey-slight
-
bg-rgba-grey-light
-
bg-rgba-grey-strong
-
bg-rgba-indigo-slight
-
bg-rgba-indigo-light
-
bg-rgba-indigo-strong
-
bg-rgba-lime-slight
-
bg-rgba-lime-light
-
bg-rgba-lime-strong
-
bg-rgba-orange-slight
-
bg-rgba-orange-light
-
bg-rgba-orange-strong
-
bg-rgba-pink-slight
-
bg-rgba-pink-light
-
bg-rgba-pink-strong
-
bg-rgba-purple-slight
-
bg-rgba-purple-light
-
bg-rgba-purple-strong
-
bg-rgba-red-slight
-
bg-rgba-red-light
-
bg-rgba-red-strong
-
bg-rgba-stylish-slight
-
bg-rgba-stylish-light
-
bg-rgba-stylish-strong
-
bg-rgba-teal-slight
-
bg-rgba-teal-light
-
bg-rgba-teal-strong
-
bg-rgba-white-slight
-
bg-rgba-white-light
-
bg-rgba-white-strong
-
bg-rgba-yellow-slight
-
bg-rgba-yellow-light
-
bg-rgba-yellow-strong
bp_accordion_section
:
title
:
Accordion Section
type
:
string
\ No newline at end of file
Loading