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.
This commit is contained in:
+1
-1
@@ -64,7 +64,7 @@ return [
|
||||
*/
|
||||
|
||||
'temporary_file_upload' => [
|
||||
'disk' => 'uploads', // Example: 'local', 's3' | Default: 'default'
|
||||
'disk' => 'public', // Example: 'local', 's3' | Default: 'default'
|
||||
'rules' => null, // Example: ['file', 'mimes:png,jpg'] | Default: ['required', 'file', 'max:12288'] (12MB)
|
||||
'directory' => null, // Example: 'tmp' | Default: 'livewire-tmp'
|
||||
'middleware' => null, // Example: 'throttle:5,1' | Default: 'throttle:60,1'
|
||||
|
||||
Reference in New Issue
Block a user