-
-
Notifications
You must be signed in to change notification settings - Fork 39
Using Keys in Schemas
Yusuf Cihan edited this page Jul 13, 2023
·
1 revision
As schemas only contain constant values, there are cases that you might need to use "key values" which will be later replaced by blocks in your application. Here's the example scenarios:
- You want to re-use same schema more than once.
- You want to replace text content for each item in your list.
- and so on...
[TODO]