You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/en/02.usage/06.plugin.md
+8
Original file line number
Diff line number
Diff line change
@@ -12,3 +12,11 @@ A fundamental idea to keep in mind is that streams generated within the Streams
12
12
#### Entries
13
13
14
14
You can use the `entries` plugin in core to retrieve entries from streams: [/documentation/streams-platform/latest/plugin/entries](/documentation/streams-platform/latest/plugin/entries)
15
+
16
+
17
+
#### Forms
18
+
19
+
Similarly you can use the stream model in forms via builders or by using the namespace and slug with the `form` function:
20
+
21
+
{{ form('staff', 'members')|raw }} // Create a new record
22
+
{{ form('staff', 'members', 1)|raw }} // Edit the first record
0 commit comments