Skip to content

Commit

Permalink
fix model-dim doc
Browse files Browse the repository at this point in the history
  • Loading branch information
nf-s committed Jun 20, 2024
1 parent 273d404 commit 667385f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ For example - this renders a new drop down called "Color" that changes the `colo

## Example with Mustache template

Model dimensions also supports the use of [Mustache templates](https://mustache.github.io/) - this means you can refer to other parts of the model JSON in the value of the model dimension. For example, this changes the `colorPalette` trait based on the value of another trait `colorPalette2`:
Model dimensions also supports the use of [Mustache templates](https://mustache.github.io/) - this means you can refer to other parts of the model JSON in the value of the model dimension. For example, this changes the `colorPalette` trait:

```json
{
Expand Down

0 comments on commit 667385f

Please sign in to comment.