Skip to content
Snippets Groups Projects

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

1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -37,6 +37,7 @@ class StringPropType extends PropTypePluginBase {
'url' => $value,
'identifier' => $value,
'string' => $value,
'default' => (string) $value,
};
}
Loading