diff --git a/classes/class-classic-editor.php b/classes/class-classic-editor.php index c0eb927..11abccc 100644 --- a/classes/class-classic-editor.php +++ b/classes/class-classic-editor.php @@ -153,7 +153,7 @@ public function admin_footer() {
- +
- { __( - 'This plugin is made with "Monaco Editor", the code editor behind VS Code.', - 'custom-html-block-extension' - ) } -
- { __( - 'So you can use many of keyboard shortcuts available in VS Code on custom HTML block.', - 'custom-html-block-extension' - ) } -
- { __( - 'Check the following link for a list of shortcuts.', - 'custom-html-block-extension' - ) } -
- { sprintf( - /* translators: %s is replaced with the number. */ - __( 'Version: %s', 'custom-html-block-extension' ), - window.chbeObj.version - ) } -
- { __( - 'Custom HTML Block Extension extends Custom HTML block to evolve into the advanced code editor.', - 'custom-html-block-extension' - ) } -
- { __( - 'There are 50 different color themes to choose from, and you can select the one that best suits your taste.', - 'custom-html-block-extension' - ) } -
- { __( - 'Emmet allows you to type shortcuts that are then expanded into full pieces of code. Type less, saving both keystrokes.', - 'custom-html-block-extension' - ) } -
- { __( - 'You can change all kinds of settings to create your ideal editor in advanced mode.', - 'custom-html-block-extension' - ) } -
- { __( - 'Supports the classic editor, the theme/plugin editor, import/export editor settings, and change indentation.', - 'custom-html-block-extension' - ) } -
+ { defaultToggle ? __( 'Defaults to enable.', 'custom-html-block-extension' ) : __( 'Defaults to disable.', 'custom-html-block-extension' ) } -
{ item.description }
+ { __( 'Always enable column selection. Following command can be used to select column selection even when disabled.', 'custom-html-block-extension' ) } -
+ { __( 'You can use your own favorite fonts in addition to the default fonts. Please refer to the following document for instructions on how to add custom fonts.', 'custom-html-block-extension' ) } -
+ + { __( 'GitHub project page', 'custom-html-block-extension' ) } -
+ { __( 'Emmet is a function for the editor that allow for high-speed coding via content assist.', 'custom-html-block-extension' ) } -
+ + { __( 'Only valid for HTML tags and does not support inline CSS in the block and classic editor.', 'custom-html-block-extension' @@ -54,12 +65,12 @@ export default function Emmet() { 'You can use Emmet if the file extension is html, php, sass, scss, css, or less in the theme/plugin editor.', 'custom-html-block-extension' ) } -
+ + { __( 'Check cheat sheet', 'custom-html-block-extension' ) } -
+ + { __( 'Use the download button to export the editor settings. You can restore the editor config by importing the exported file on another WordPress site.', 'custom-html-block-extension' ) } -
+ + { __( 'Select the Custom HTML Block Extension JSON file you would like to import and click the import button below.', 'custom-html-block-extension' ) } -
{ importFile.name }