timmysmalls

Results 6 comments of timmysmalls

I actually did this recently. I also did multiple: true for the config, but I used a different approach to get and set the query params. I wasn't sure this...

Hope this issue doesn't go silent. This would really make a huge difference in how people perceive Netlify CMS. As awesome as I think it is, most clients are still...

@austincondiff I like where you're going with this ;) I'd love to see Netlify CMS overtake WordPress! And as a developer the difference between Netlify CMS and WordPress is night...

Interesting question... I generally create a property on the model that looks something like this: ``` class SitePage(Page): ... @property def direct_accessor_for_sections(self): # normally, I'd just call this "sections", and...

Or a GraphQLRichText model? I'm not sure if what's the most elegant way to go about it? I could implement either and create a MR.

So I think I fixed it. My server is running again. I'll create a PR and you can take a look at it :). It's the same fix applied hiere:...