Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 07/14/2025 in all areas

  1. For bypass the admin page i have added two lines if ($wire->config->debug) { $wire->addHookAfter('Page::render', function (HookEvent $event) { $page = $event->object; if($page->template->name == 'admin') return; (...) Thank you for the snippet
    1 point
  2. Hey @FireWire just wanted to let you know that the "Click To Translate All" feature bit me in my ** today 🙂 It would be great to have an "Click To Translate All Empty" option, because I had the UI open like this: So I clicked "translate all" and boom both fields have been translated. I thought. But actually it also translated some of my other 57 fields on that page and I didn't realise! This can be a quite destructive operation, so it would be great if you could prioritise this issue if possible 🙂 Thx a lot! PS: I wanted to provide a PR as the task seemed quite simple but Fluency has some quite complex JS setup that I don't understand and that involves a lot of tools I'm not using (babel/gulp) 🤯😅
    1 point
  3. Good news ! I managed to add some good support for ProField RepeaterMatrix. Github link (experimental, use at your own risk!) Todo Only allow possible fields per matrix types in the schema. Add matrix type as names and not as integers. Easier to read. Support for mutations / inputfields. Repeater Depth/Indents -> Need to add feature to FieldTypeRepeater. However I can't share it as a third party module. You have to insert the php file manually. This is due to the static method field() {} not being called from a third party module. Feature request? ? BTW @dadish I couldn't find a way to add invisible types to the Schema during construction. I tried to use the modifySchema hook, but no luck. Could be useful
    1 point
×
×
  • Create New...