Skip to content
Snippets Groups Projects
Commit c6474735 authored by Florent Torregrosa's avatar Florent Torregrosa
Browse files

Issue #3513456 by grimreaper: String prop type: convert from, default case

parent dc7d627e
No related branches found
No related tags found
1 merge request!351Issue #3513456 by grimreaper: String prop type: convert from, default case
Pipeline #450718 passed
...@@ -37,6 +37,7 @@ class StringPropType extends PropTypePluginBase { ...@@ -37,6 +37,7 @@ class StringPropType extends PropTypePluginBase {
'url' => $value, 'url' => $value,
'identifier' => $value, 'identifier' => $value,
'string' => $value, 'string' => $value,
'default' => (string) $value,
}; };
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment