This website requires JavaScript.
Explore
Help
Register
Sign In
truncgit
/
citrus
Watch
1
Star
0
Fork
0
You've already forked citrus
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
7c65a4a5920381673aca96563e9b7b88882674b9
citrus
/
app
/
Filament
/
Admin
/
Resources
/
Pages
/
Schemas
/
Sections
T
History
Muhammet Güler
b289cfd829
feat: re-enable image editor and aspect ratios for blog and page settings
2026-02-09 15:18:59 +03:00
..
ContentSection.php
Refactor PageForm schema to modular sections: Introduced dedicated classes for each section (Content, Page Settings, SEO, Section Builder, Header Template, Section Templates, Footer Template, Translations) to enhance maintainability and organization. Each section now encapsulates its own schema, improving clarity and separation of concerns in the form structure.
2025-11-01 17:39:08 -03:00
FooterTemplateSection.php
Add Custom Header and Footer Blade Selection: Implemented options for selecting custom Blade files for header and footer templates in the Page settings. Enhanced the PageController to render these templates dynamically, improving modularity and user experience. Updated relevant views to support this new functionality, ensuring better localization and flexibility in template management.
2026-01-01 10:54:38 +03:00
HeaderTemplateSection.php
Add Custom Header and Footer Blade Selection: Implemented options for selecting custom Blade files for header and footer templates in the Page settings. Enhanced the PageController to render these templates dynamically, improving modularity and user experience. Updated relevant views to support this new functionality, ensuring better localization and flexibility in template management.
2026-01-01 10:54:38 +03:00
LogosSection.php
feat: Add Logos page, refactor Testimonials to RelationManager, and improve designs
2026-02-08 04:54:32 +03:00
PageSettingsSection.php
feat: re-enable image editor and aspect ratios for blog and page settings
2026-02-09 15:18:59 +03:00
SectionBuilderSection.php
feat: Add Logos page, refactor Testimonials to RelationManager, and improve designs
2026-02-08 04:54:32 +03:00
SectionTemplatesSection.php
Enhance item label handling in SectionTemplatesSection: Updated the itemLabel method to dynamically retrieve the title of the associated SectionTemplate based on the section_template_id. This improvement ensures accurate labeling in the Repeater component, enhancing user experience and clarity in the form structure.
2025-11-01 17:53:55 -03:00
SeoSection.php
Refactor PageForm schema to modular sections: Introduced dedicated classes for each section (Content, Page Settings, SEO, Section Builder, Header Template, Section Templates, Footer Template, Translations) to enhance maintainability and organization. Each section now encapsulates its own schema, improving clarity and separation of concerns in the form structure.
2025-11-01 17:39:08 -03:00
TranslationsSection.php
Refactor PageForm schema to modular sections: Introduced dedicated classes for each section (Content, Page Settings, SEO, Section Builder, Header Template, Section Templates, Footer Template, Translations) to enhance maintainability and organization. Each section now encapsulates its own schema, improving clarity and separation of concerns in the form structure.
2025-11-01 17:39:08 -03:00