Browse
For agents
About
Embed Plus for YouTube Gallery, Livestream and Lazy Loading with Facades
/
trunk
Embed Plus for YouTube Gallery, Livestream and Lazy Loading with Facades
vtrunk
Switch version
trunk
1.0
1.1
10.0
10.1
10.2
10.3
10.4
10.5
10.6
10.7
10.8
10.9
11.0
11.0.1
11.1
11.2
11.3
11.3.1
11.4
11.5
11.6
11.7
11.7.1
11.8
All 143 releases
Overview
Code
youtube-embed-plus
/
src
/
blocks.js
blocks.js
in Embed Plus for YouTube Gallery, Livestream and Lazy Loading with Facades trunk, at src/blocks.js
13 lines
333 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
/**
2
* Gutenberg Blocks
3
*
4
* All blocks related JavaScript files should be imported here.
5
* You can create a new block folder in this dir and include code
6
* for that block here as well.
7
*
8
* All blocks should be included here since this is the file that
9
* Webpack is compiling as the input file.
10
*/
11
12
import
'
./block/block.js
'
;
13