LB (Ben Johnston)
LB (Ben Johnston)
@salty-ivy I think you are right about the JS stuff - searching in the code for `data-dabts-errors` uncovers this file. client/src/entrypoints/admin/page-editor.js see `initErrorDetection`
Not sure if helpful but often a single pixel border with transparent colour is enough to get these kinds of things working. The browser will automatically treat that as a...
> ...then styled the class in core.css. When i push my codes, i discovered that core.css doesn't push to github. @xomcodes you should not be editing `core.css` as this is...
@xomcodes ok I see what may be happening, you are attempting to add a new Tailwind class `w-status-tag` I can see how this can be incredibly confusing. We have two...
@xomcodes - it's been a while, checking in if you might be still keen on pursuing this? Hopefully the feedback above makes sense. Otherwise, it's fine to close this and...
As per https://github.com/wagtail/wagtail/issues/9543#issuecomment-1299118965 - we need a bit more info on that issue as to whether this is the right way to 'fix' this. It is possible that there is...
For reference - this is what a plain text `HelpPanel` looks like in Wagtail 4.0 ``` content_panels = Page.content_panels + [ FieldPanel('introduction', classname="full"), HelpPanel("Watch out for asteroids"), FieldPanel('image'), ] ```
Update. There was some initial work done towards this on the PR: https://github.com/wagtail/wagtail/pull/10273 There we're a few blockers and it was not continued. Anyone is free to pick up where...
Just flagging, I have been using Safari for some other testing this past month and have not run into any issues on Safari 16.1 I am not sure if it...
See also potentially related issues. https://github.com/wagtail/wagtail/issues/9199 https://github.com/wagtail/wagtail/issues/8664