Skip to content

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]

Clone this wiki locally