Skip to content

Commit ba41061

Browse files
authored
Update 06.plugin.md
1 parent 29589f4 commit ba41061

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Diff for: docs/en/02.usage/06.plugin.md

+8
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,11 @@ A fundamental idea to keep in mind is that streams generated within the Streams
1212
#### Entries
1313

1414
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

Comments
 (0)