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:Jump to solution
@pboivin Just wanted to let you know that I found my issue. It was a livewire issue, just a typo on my end.
11 Replies
Maybe this article can help:
https://v2.filamentphp.com/tricks/template-based-forms
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.
It's written for v2 but I think the idea still applies to v3
@pboivin Thanks for the article. Unfortunately I get the same result with this setup. It just doesn't render in the page template content.
Do you get any errors at all, in the page or in the browser console?
I get what appreas to be a small dump from livewire.
It cuts off where I put it.
I think I've seen this... there are a few Livewire bugs being investigated at the moment
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?
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
@pboivin Just wanted to let you know that I found my issue. It was a livewire issue, just a typo on my end.
Nice, thanks for the follow-up! I'm curious, what was the typo?
I had typed
static::getTemplateSchema
instead of static::getTemplateSchemas