Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ui_patterns
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_patterns
Merge requests
!351
Issue
#3513456
by grimreaper: String prop type: convert from, default case
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Issue
#3513456
by grimreaper: String prop type: convert from, default case
issue/ui_patterns-3513456:3513456-string-prop-type
into
2.0.x
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Florent Torregrosa
requested to merge
issue/ui_patterns-3513456:3513456-string-prop-type
into
2.0.x
3 weeks ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
Closes
#3513456
0
0
Merge request reports
Compare
2.0.x
2.0.x (base)
and
latest version
latest version
c6474735
1 commit,
3 weeks ago
1 file
+
1
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
src/Plugin/UiPatterns/PropType/StringPropType.php
+
1
−
0
Options
@@ -37,6 +37,7 @@ class StringPropType extends PropTypePluginBase {
'url'
=>
$value
,
'identifier'
=>
$value
,
'string'
=>
$value
,
'default'
=>
(
string
)
$value
,
};
}
Loading