Skip to content

Commit 54c4abc

Browse files
authored
Update pages.md
1 parent c55c99d commit 54c4abc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • _help/src/Pages/folders-structure

_help/src/Pages/folders-structure/pages.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,5 +65,5 @@ In case you want to use the same template, but use different data for it, you ca
6565
### Custom attributes vs data model
6666

6767
The main difference between custom attributes and data model is how they interprete the values you provide.
68-
- **Custom attributes** always treat all the values as strings.
69-
- **Data model** always treats all the values as references to global `Data` model. It will copy all the values from referenced `Data` object to current `Model` object.
68+
- **Custom attributes** always treat the values as strings.
69+
- **Data model** always treats the values as references to global `Data` model. It will copy all values from referenced `Data` object to current `Model` object.

0 commit comments

Comments
 (0)