getchopchop / chopchop

Front end user interface primer toolkit for the pro's
https://getchopchop.github.io
MIT License
31 stars 7 forks source link

Updated data examples #188

Closed jakecobley closed 7 years ago

jakecobley commented 7 years ago

156 Wrapped strings in the data examples to allow for slashes etc.

daveredfern commented 7 years ago

@jakecobley not sure if this defeats the point of using yml? We might as well consider using straight PHP. Easier to work with and same complexity – possibly less if you take into account the tab indenting required in yml.

What do you think?

jakecobley commented 7 years ago

I'm not really fussy. I went with Yaml since ChopChop was already using it and it's quite simple. More then happy to move to PHP or JSON.

daveredfern commented 7 years ago

Thanks @jakecobley