CMS-Pages with Filament V3

I know CMS-Pages isn't compatible with v3 of Filament but I've been trying to recreate it based on its Github repo. The issue I'm running into is that when I select the template for the page, it doesn't show the additional fields from the template file. Anyone play around with this already?
Solution:
@pboivin Just wanted to let you know that I found my issue. It was a livewire issue, just a typo on my end.
Jump to solution
11 Replies
Patrick Boivin
Patrick Boivin16mo ago
Filament
Template based forms by Dennis Koch - Tricks - Filament
Filament is a collection of tools for rapidly building beautiful TALL stack apps, designed for humans.
Patrick Boivin
Patrick Boivin16mo ago
It's written for v2 but I think the idea still applies to v3
ThatWebGuy
ThatWebGuyOP16mo ago
@pboivin Thanks for the article. Unfortunately I get the same result with this setup. It just doesn't render in the page template content.
Patrick Boivin
Patrick Boivin16mo ago
Do you get any errors at all, in the page or in the browser console?
ThatWebGuy
ThatWebGuyOP16mo ago
I get what appreas to be a small dump from livewire.
(el2) => {
if(isntElement(el2))
return;
return el2.hasAttribute(`wire:key`) ? el2.getAttribute(`wire.key`) : el2.hasAttribute(`wire:id`) ? el2.getAttribute(`wire:id`) : el2...
(el2) => {
if(isntElement(el2))
return;
return el2.hasAttribute(`wire:key`) ? el2.getAttribute(`wire.key`) : el2.hasAttribute(`wire:id`) ? el2.getAttribute(`wire:id`) : el2...
It cuts off where I put it.
Patrick Boivin
Patrick Boivin16mo ago
I think I've seen this... there are a few Livewire bugs being investigated at the moment
ThatWebGuy
ThatWebGuyOP16mo ago
Ahhh. Okay. Thanks for that info @pboivin Is there a place to report these kinds of issues? Is it something that I need to report?
Patrick Boivin
Patrick Boivin16mo ago
Probably on Github if you have some time. But have a look in the list of issues first, it could be there already. If it's there, you can add a quick comment saying you're also having this issue, it's useful to know.
Solution
ThatWebGuy
ThatWebGuy16mo ago
@pboivin Just wanted to let you know that I found my issue. It was a livewire issue, just a typo on my end.
Patrick Boivin
Patrick Boivin16mo ago
Nice, thanks for the follow-up! I'm curious, what was the typo?
ThatWebGuy
ThatWebGuyOP16mo ago
I had typed static::getTemplateSchema instead of static::getTemplateSchemas
Want results from more Discord servers?
Add your server