Stuart Cusack

Results 59 comments of Stuart Cusack

A temporary solution is to directly modify the default HTML.sublime-syntax file by installing PackageResourceViewer. Insert extra characters (dots and colons) in between the brackets [] on the first regular expression...

Still a problem. Setting connection name to 'wordpress' or 'corcel' has no effect. This was the solution for me (my repeater contained images) https://github.com/corcel/acf/pull/84/commits/9ee12a3f13962f988d679a902ead9e6ee298157c Hopefully they will merge the PR...

> You shouldn't have to do that. That's what the nocache is for, to work WITH static caching. I understand that but there is a problem with this concept when...

Hmm yes, I have probably underestimated the complexity of this one. I have no idea how nocache works. Perhaps the sequence can be changed so that it is aware of...

I had similar trouble with a Fresh Statamic install with statamic-cli. I followed this guide exactly: https://statamic.dev/tips/using-an-independent-authentication-guard The first problem was that my password was hashed and saved incorrectly during...

### No problem. Here is the a portion of the field editor: ![image](https://user-images.githubusercontent.com/20210934/185643537-8da4e02f-e4f4-426e-a5bc-0c8afd0d4aee.png) ### Here is the field on the entry editor (the entry has been saved) ![image](https://user-images.githubusercontent.com/20210934/185643361-ce3474c7-2f6e-4dac-bfe0-de91aa34aa20.png) ### And...

- handle: test_select field: options: testvalue1: null testvalue2: null multiple: false clearable: false searchable: true taggable: false push_tags: false cast_booleans: false default: testvalue1 display: 'Test Select' type: select icon: select...

I think it's looking for labels when there are none. It's not falling back to value when label is empty. Confirmed by adding labels. Labels are visible on the listing.

Me too. Would be nice if the nocache tag just fell back to the partial when static caching isn't available, but that's apparently more complicated than it seems. #https://github.com/statamic/cms/issues/6744 Also,...

Please also consider updating the linked docs page to run through a full example of using the statamic auth guard for the control panel and a custom web guard for...