Enhance placeholder functionality: Updated TemplateService to support 'setting' placeholders, allowing dynamic retrieval of settings values. Modified the placeholder picker to include setting types and added localization for new placeholder types in both English and Turkish. Improved site layout by integrating settings for favicon and custom CSS.

This commit is contained in:
Ümit Tunç
2025-11-05 17:18:02 -03:00
parent 27e1846aec
commit 920502c5d3
5 changed files with 62 additions and 29 deletions
+1
View File
@@ -32,6 +32,7 @@ return [
'type_toggle' => 'Aç/Kapa',
'type_color' => 'Renk',
'type_tags' => 'Etiketler',
'type_setting' => 'Ayar',
'type_custom' => 'Özel',
];