Andrew Hudson

Results 4 comments of Andrew Hudson
trafficstars

@Antonio-Laguna ah thanks. It's not super clear to me as a user that this is the case. Looks like a UI toggle (on/off). https://www.nngroup.com/articles/toggle-switch-guidelines/ I wonder what a good UI...

On the WordPress side of things you'll need to set things up so that you can read and post meta. See http://v2.wp-api.org/extending/modifying/#read-and-write-a-post-meta-field-in-post-responses

Any progress on this issue? For the moment I am using @mnelson4 version https://github.com/eventespresso/Basic-Auth which works A+

@Mitcheljager I think you might need to change the svelte peerDependencies to `^5.0.0-next.190` or a next release version currently it is 259 [see svelte releases](https://github.com/sveltejs/svelte/releases) as this is what [Astro's...