0eb5bd6b07a82fddd9ef64d73958275ec71dee4b
[yaffs-website] / vendor / drupal / console-en / translations / generate.plugin.ckeditorbutton.yml
1 description: 'Generate CKEditor button plugin.'
2 help: 'The <info>generate:plugin:ckeditorbutton</info> command helps you generate a new CKEditor button plugin.'
3 welcome: 'Welcome to the Drupal CKEditor Button Plugin generator'
4 options:
5     module: common.options.module
6     class: 'Plugin class name'
7     label: 'Plugin label'
8     plugin-id: 'Plugin ID. NOTE: This corresponds to the CKEditor plugin name. It is the first argument of the CKEDITOR.plugins.add() function in the plugin.js file.'
9     button-name: 'Button name. NOTE: This corresponds to the CKEditor button name. They are the first argument of the editor.ui.addButton() or editor.ui.addRichCombo() functions in the plugin.js file.'
10     button-icon-path: 'Button icon path. This is the path to the icon/image of the button.'
11 questions:
12     module: common.questions.module
13     class: 'Enter the plugin class name'
14     label: 'Enter the plugin label'
15     plugin-id: 'Enter the plugin ID. NOTE: This corresponds to the CKEditor plugin name. It is the first argument of the CKEDITOR.plugins.add() function in the plugin.js file.'
16     button-name: 'Enter the button name. NOTE: This corresponds to the CKEditor button name. They are the first argument of the editor.ui.addButton() or editor.ui.addRichCombo() functions in the plugin.js file.'
17     button-icon-path: 'Enter the button icon path'