Tune control displayed in block tunes popover
()
| 324 | |
| 325 | /** Tune control displayed in block tunes popover */ |
| 326 | public render(): HTMLElement { |
| 327 | const button = document.createElement('button'); |
| 328 | |
| 329 | button.classList.add('ce-settings__button'); |
| 330 | button.innerText = 'Tune2'; |
| 331 | |
| 332 | return button; |
| 333 | } |
| 334 | } |
| 335 | |
| 336 | /** Create editor instance */ |