fipamo/app/Services
ro 4eed4489f4
page options fixes
with the archive template up and running a bug with page creation and
editing was revealed which was certain options were not being set
correctly due to property not being set correctly when an markdown page
was being edited.

also added a null state check for page submissions that do not have a
layout set, so it defaults to 'page'

also patched theme service class to look for blade templates instead of
twig, which it was still doing
2024-03-15 15:18:10 -06:00
..
AuthService.php filled out auth service class 2024-03-06 09:50:09 -06:00
ContentService.php added content collector and pagination 2024-03-03 17:49:05 -06:00
DocService.php page options fixes 2024-03-15 15:18:10 -06:00
FileUploadService.php file upload extensions hot fix 2024-03-11 16:42:46 -06:00
PaginateService.php added content collector and pagination 2024-03-03 17:49:05 -06:00
RenderService.php page rendering, part 1 2024-03-14 16:58:11 -06:00
SettingsService.php converted page, archive and tags files 2024-03-15 14:28:26 -06:00
SortingService.php converted page, archive and tags files 2024-03-15 14:28:26 -06:00
StringService.php added sorting and render service classes 2024-03-14 12:39:43 -06:00
ThemeService.php page options fixes 2024-03-15 15:18:10 -06:00