Lexical: Updated WYSIWYG editor status from alpha to beta
This commit is contained in:
parent
b862f12a50
commit
c5ca865723
|
@ -248,7 +248,7 @@ return [
|
||||||
'pages_edit_switch_to_markdown_stable' => '(Stable Content)',
|
'pages_edit_switch_to_markdown_stable' => '(Stable Content)',
|
||||||
'pages_edit_switch_to_wysiwyg' => 'Switch to WYSIWYG Editor',
|
'pages_edit_switch_to_wysiwyg' => 'Switch to WYSIWYG Editor',
|
||||||
'pages_edit_switch_to_new_wysiwyg' => 'Switch to new WYSIWYG',
|
'pages_edit_switch_to_new_wysiwyg' => 'Switch to new WYSIWYG',
|
||||||
'pages_edit_switch_to_new_wysiwyg_desc' => '(In Alpha Testing)',
|
'pages_edit_switch_to_new_wysiwyg_desc' => '(In Beta Testing)',
|
||||||
'pages_edit_set_changelog' => 'Set Changelog',
|
'pages_edit_set_changelog' => 'Set Changelog',
|
||||||
'pages_edit_enter_changelog_desc' => 'Enter a brief description of the changes you\'ve made',
|
'pages_edit_enter_changelog_desc' => 'Enter a brief description of the changes you\'ve made',
|
||||||
'pages_edit_enter_changelog' => 'Enter Changelog',
|
'pages_edit_enter_changelog' => 'Enter Changelog',
|
||||||
|
|
|
@ -32,7 +32,7 @@
|
||||||
<select name="setting-app-editor" id="setting-app-editor">
|
<select name="setting-app-editor" id="setting-app-editor">
|
||||||
<option @if(setting('app-editor') === 'wysiwyg') selected @endif value="wysiwyg">WYSIWYG</option>
|
<option @if(setting('app-editor') === 'wysiwyg') selected @endif value="wysiwyg">WYSIWYG</option>
|
||||||
<option @if(setting('app-editor') === 'markdown') selected @endif value="markdown">Markdown</option>
|
<option @if(setting('app-editor') === 'markdown') selected @endif value="markdown">Markdown</option>
|
||||||
<option @if(setting('app-editor') === 'wysiwyg2024') selected @endif value="wysiwyg2024">New WYSIWYG (alpha testing)</option>
|
<option @if(setting('app-editor') === 'wysiwyg2024') selected @endif value="wysiwyg2024">New WYSIWYG (beta testing)</option>
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue