Skip to content
Discussion options

You must be logged in to vote

To add SEO fields to sidebar you can use schema slots. You can place this in a service provider

FilamentFabricator::registerSchemaSlot('sidebar.after', [
    TextInput::make('seo_title'),
    //Other fields
]);

If you need further customization (other than simply adding fields), you could also override the "PageResource" from the config

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@aasuncion-fol
Comment options

@Z3d0X
Comment options

Z3d0X Nov 1, 2023
Maintainer

Answer selected by matt-shirey
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants