
| Current Path : /var/www/html/rocksensor1/web/modules/contrib/ckeditor/js/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/html/rocksensor1/web/modules/contrib/ckeditor/js/ckeditor.drupalmedia.theme.es6.js |
/**
* @file
* Theme elements for the Media Embed CKEditor plugin.
*/
((Drupal) => {
/**
* Themes the edit button for a media embed.
*
* @return {string}
* An HTML string to insert in the CKEditor.
*/
Drupal.theme.mediaEmbedEditButton = () =>
`<button class="media-library-item__edit">${Drupal.t(
'Edit media',
)}</button>`;
})(Drupal);