Jason Varga

Results 404 comments of Jason Varga

What if you had a forms collection that could be used for storing this extra content, and then you have the actual form itself. Give the content editors permission to...

> That's what he's doing now and it's confusing for the editors. Oops sorry, skimmed this too quickly.

The "master" config file you're suggeting... I'll say right now that won't be a thing. But the toggle shortcut could be. The same way you adjust widths and set whether...

At the moment, no. But _potentially_ we could have a `Statamic::startTag('cache')` and `Statamic::endTag('cache')`, where the start tag could do `ob_start` and `ob_get_clean` to capture the contents. Or. Other ideas. 😄...

If you want to cache chunks of your blade templates, you can use this package: https://github.com/ryangjchandler/blade-cache-directive

We already have some links. You just want more. I'll update the title. For example, on the collections page: ![CleanShot 2022-08-15 at 10 10 58](https://user-images.githubusercontent.com/105211/184651504-9e0a05e3-7045-48de-8c82-471ce0dd2dc4.png)

Drag and drop to do what?

It's probably more complicated than it sounds. If you change the slug of the entry, all the assets would need to be renamed too.

Not sure. The ID is generated when the entry actually gets created.

You could set up a blocks collection(s) and then use an entries fieldtype to pull them in.