38 lines
1.1 KiB
PHP
38 lines
1.1 KiB
PHP
<?php
|
|
|
|
return [
|
|
'title' => 'Placeholder Variables',
|
|
'click_to_insert' => 'Click to insert into editor',
|
|
'special_placeholders' => 'Special Placeholders',
|
|
'custom_placeholders' => 'Custom Placeholders',
|
|
'search_placeholder' => 'Search placeholders...',
|
|
'no_results' => 'No results found',
|
|
|
|
// Placeholder Types
|
|
'type_text' => 'Text',
|
|
'type_email' => 'Email',
|
|
'type_url' => 'URL',
|
|
'type_tel' => 'Telephone',
|
|
'type_number' => 'Number',
|
|
'type_textarea' => 'Textarea',
|
|
'type_richtext' => 'Rich Text',
|
|
'type_markdown' => 'Markdown',
|
|
'type_code' => 'Code',
|
|
'type_date' => 'Date',
|
|
'type_datetime' => 'Date & Time',
|
|
'type_time' => 'Time',
|
|
'type_image' => 'Image',
|
|
'type_images' => 'Images (Multiple)',
|
|
'type_file' => 'File',
|
|
'type_files' => 'Files (Multiple)',
|
|
'type_select' => 'Select',
|
|
'type_multiselect' => 'Multi Select',
|
|
'type_checkbox' => 'Checkbox',
|
|
'type_radio' => 'Radio',
|
|
'type_toggle' => 'Toggle',
|
|
'type_color' => 'Color',
|
|
'type_tags' => 'Tags',
|
|
'type_custom' => 'Custom',
|
|
];
|
|
|