← All changes
|
modules/atomic-widgets/elements/atomic-youtube/youtube-handler.js
+1
-1
4.3.1
→
3.31.4
View file →
| @@ -33,9 +33,9 @@ | ||
| 33 | 33 | }; |
| 34 | 34 | |
| 35 | 35 | register( { |
| 36 | 36 | elementType: 'e-youtube', |
| 37 | - id: 'e-youtube-handler', | |
| 37 | + uniqueId: 'e-youtube-handler', | |
| 38 | 38 | callback: ( { element } ) => { |
| 39 | 39 | const youtubeElement = document.createElement( 'div' ); |
| 40 | 40 | youtubeElement.style.height = '100%'; |
| 41 | 41 | element.appendChild( youtubeElement ); |