each
a list of content model names is shown for you to choose from and the completed statement would be similar to the each loop declaration below.{{each products as product sort by product.id asc}}
example.org/-/custom/MY-ENDPOINT-FILE-NAME.EXT
. Zesty.io hosted domains must allow for the root level directory of /-/
being reserved for routing by Zesty.io. This the platforms signal for routing to specific internal services..csv
.tsv
.js
.rss
.xml
.otf
.png
.svg
.ics
.json
.css
.html
.markdown
.md
.vcf
.txt
file A
and save the following code var foo = "bar"
but then afterwards a team member is working on the same file A
and saves the code var foo = "baz"
then that will be the current state of the code when it is next requested.dirty
. This means it has changes which need to be saved in order to presist them on the instance making the changes available to other team members. Sometimes the file is changed by another team member before you are able to save your Web IDE changes. Whenever a file change is saved we make a new version and when you load a file we fetch the latest from your instance. If your Web IDE file is behind the latest remote file version and has unsaved changes (a.k.a is dirty
) we mark it as being out-of-sync.