Skip to content

Commit

Permalink
695 - fix config for type string
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp Kuhlmay committed Jan 13, 2024
1 parent 04b0c15 commit 5ba37c4
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[
'type' => 'input',<f:if condition="{property.description}">
'description' => '{property.description}',</f:if><f:if condition="{property.size} != ''">
'type' => 'input',<f:if condition="{property.size} != ''">
'size' => {property.size},</f:if>
'eval' => 'trim<f:if condition="{property.nullable}">,null</f:if>',<f:if condition="{property.required}">
'required' => true,</f:if>
Expand Down

0 comments on commit 5ba37c4

Please sign in to comment.