address_suggestion-1.0.3/address_suggestion.ckeditor5.yml
address_suggestion.ckeditor5.yml
# @see core/modules/ckeditor5/ckeditor5.ckeditor5.yml
# @see https://www.drupal.org/project/ckeditor5_dev
address_suggestion_plugin:
# Configuration that will be sent to CKEditor 5 JavaScript plugins.
ckeditor5:
plugins:
- addressSuggestion.AddressSuggestion
# Configuration that will be used directly by Drupal.
drupal:
label: 'Address suggestion'
library: address_suggestion/ckeditor.address_suggestion
admin_library: address_suggestion/admin.address_suggestion
toolbar_items:
addressSuggestion:
label: 'Address suggestion'
# The plugin does not provide elements.
elements:
- <address>
- <address class="address-suggestion">
- <iframe>
- <iframe class="i-address-suggestion">
class: Drupal\address_suggestion\Plugin\CKEditor5Plugin\AddressSuggestion
