Skip to content

Commit 336e545

Browse files
JakeShirleySmokeyStack
authored andcommittedMar 4, 2025·
Fixed typo in modal form example
1 parent 2170866 commit 336e545

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎docs/json-ui/modifying-server-forms.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ If you've tried this, you might notice it overlaps with the normal action form.
164164
},
165165
{
166166
"binding_type": "view",
167-
"source_control_name": "((#title_text - 'wiki_form:') = #title_text)", // We need to define the title we added on $title_needs_to_contain
167+
"source_property_name": "((#title_text - 'wiki_form:') = #title_text)", // We need to define the title we added on $title_needs_to_contain
168168
// By the way, you can also put the title of your forms as much as you want like this -> (#title_text - 'form_1' - 'form_2' - 'form_3')
169169
"target_property_name": "#visible"
170170
}
@@ -443,4 +443,4 @@ If you've tried this, you might notice it overlaps with the normal modal form. T
443443
}
444444
```
445445

446-
And there you have it, now it shows an image of an apple without it overlapping with the normal custom form.
446+
And there you have it, now it shows an image of an apple without it overlapping with the normal custom form.

0 commit comments

Comments
 (0)
Please sign in to comment.