Add User Guide functionality: Created UserGuide page and GuideService to manage and display user guides. Implemented localization for user guide labels and integrated a search feature for easy navigation. Added markdown support for guide content and established a structured layout for guide selection and display.
This commit is contained in:
@@ -4,6 +4,8 @@ return [
|
||||
'title' => 'Placeholder Değişkenleri',
|
||||
'click_to_insert' => 'Tıklayarak editöre ekle',
|
||||
'special_placeholders' => 'Özel Placeholder\'lar',
|
||||
'search_placeholder' => 'Placeholder ara...',
|
||||
'no_results' => 'Arama sonucu bulunamadı',
|
||||
|
||||
// Placeholder Tipleri
|
||||
'type_text' => 'Metin',
|
||||
|
||||
Reference in New Issue
Block a user