Ryan Cramer
Ryan Cramer
"noHooks" option for Page::save() doesn't call Pages::save() and Pages::saveField() with underscores
@Toutouwai I checked and the `noHooks` option indicates that you have to call it via `$pages->___save()`, so I feel like the docs are already clear about that, at least about...
"noHooks" option for Page::save() doesn't call Pages::save() and Pages::saveField() with underscores
Apologies, I'm still trying to understand, so bear with me. The `Page::save()` method documentation says this: `See Pages::save() documentation for options.` So if you do that, and look at the...
"noHooks" option for Page::save() doesn't call Pages::save() and Pages::saveField() with underscores
@MetaTunes Of the things you mentioned, I think probably copying the supported options to the Page::save() is best, as it would prevent the confusion on that noHooks option, as well...
Thanks @romaincazier I've pushed a fix for this issue.
@adrianbj I ran a global search on the entire PW codebase, but can't find reference to `sidebarSearchForm` or `sidebarSearchInput`. What is the source of that code?
@adrianbj I can't find the `a, .uk-link` rule that you mentioned. Where does that appear? Or maybe it's already been changed?
@adrianbj Okay, that's the core original theme file. Maybe a similar rule needs to be added to the Konkat default theme, like this? ~~~~~ a, .uk-link { color: var(--main-color); }...
I don't think that was intended to be removed. I will add back.
@adrianbj I can't duplicate the issue here. Here's what I'm testing with, maybe I'm missing some part? The field "brands" is a Page Reference field. The results have a mixture...
When a repeater item is opened, every Inputfield within it gets a reloaded event, which are also seen by the InputfieldRepeaterItem, InputfieldRepeater, and so on up the tree. Is this...