Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ui_suite_bootstrap
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
ui_suite_bootstrap
Commits
84bfbb53
Commit
84bfbb53
authored
3 months ago
by
Florent Torregrosa
Committed by
Florent Torregrosa
2 months ago
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3495851
by grimreaper: Components: check attributes props default value
parent
f94d89f9
No related branches found
No related tags found
1 merge request
!245
Issue #3495851 by grimreaper: Components: check attributes props default value
Pipeline
#399626
passed
2 months ago
Stage: build
Stage: validate
Stage: test
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
components/card/card.component.yml
+9
-3
9 additions, 3 deletions
components/card/card.component.yml
with
9 additions
and
3 deletions
components/card/card.component.yml
+
9
−
3
View file @
84bfbb53
...
...
@@ -46,17 +46,23 @@ props:
title
:
"
Row
attributes"
description
:
"
Only
for
horizontal
variant.
The
attributes
to
customize
the
tag
with
the
row
class.
Default
value:
g-0"
$ref
:
"
ui-patterns://attributes"
default
:
"
g-0"
default
:
class
:
-
g-0
image_col_attributes
:
title
:
"
Image
column
attributes"
description
:
"
Only
for
horizontal
variant.
The
attributes
to
customize
the
column
with
the
image.
Default
value:
col-md-4"
$ref
:
"
ui-patterns://attributes"
default
:
"
col-md-4"
default
:
class
:
-
col-md-4
content_col_attributes
:
title
:
"
Content
column
attributes"
description
:
"
Only
for
horizontal
variant.
The
attributes
to
customize
the
column
with
the
content.
Default
value:
col-md-8"
$ref
:
"
ui-patterns://attributes"
default
:
"
col-md-8"
default
:
class
:
-
col-md-8
image_col_classes
:
title
:
"
Image
column
classes
(deprecated)"
description
:
"
Only
for
horizontal
variant.
Deprecated,
use
'Image
column
attributes'
instead."
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment