feat: implement page template hero functionality with dynamic image handling and localization support for enhanced visual presentation
This commit is contained in:
@@ -58,6 +58,9 @@ return [
|
||||
'slug_helper_text' => 'The part that will appear in the URL. Example: about-us',
|
||||
'excerpt_helper_text' => 'Page excerpt (maximum 500 characters)',
|
||||
'featured_image_helper_text' => 'Select a featured image for the page',
|
||||
'featured_image_template_hero_helper' => 'If left empty, the selected template\'s hero image is used automatically. Upload a custom image to override.',
|
||||
'template_hero_preview_label' => 'Template hero image',
|
||||
'template_hero_preview_helper' => 'This image is used as the page featured image and in SEO/meta fields.',
|
||||
'published_at_helper_text' => 'If left empty, current date will be used',
|
||||
'parent_helper_text' => 'Select to make this page a sub-page of another page',
|
||||
'sort_order_helper_text' => 'Display order in menu',
|
||||
|
||||
Reference in New Issue
Block a user