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 Variables',
|
||||
'click_to_insert' => 'Click to insert into editor',
|
||||
'special_placeholders' => 'Special Placeholders',
|
||||
'search_placeholder' => 'Search placeholders...',
|
||||
'no_results' => 'No results found',
|
||||
|
||||
// Placeholder Types
|
||||
'type_text' => 'Text',
|
||||
|
||||
Reference in New Issue
Block a user