golden hour
/home/godaofbq/hardchambers.com/wp-content/plugins/embedpress-pro/Gutenberg/src
⬆️ Go Up
Upload
File/Folder
Size
Actions
blocks.js
699 B
Del
OK
common
-
Del
OK
common.css
151 B
Del
OK
common.css.map
97 B
Del
OK
common.scss
218 B
Del
OK
filters
-
Del
OK
vimeo
-
Del
OK
Edit: blocks.js
/** * Gutenberg Blocks * * All blocks related JavaScript files should be imported here. * You can create a new block folder in this dir and include code * for that block here as well. * * All blocks should be included here since this is the file that * Webpack is compiling as the input file. */ import "./vimeo/index"; import "./filters/customlogo"; import "./filters/ads"; import "./filters/contentProtection"; import "./filters/youtube"; import "./filters/vimeo"; import "./filters/document"; import "./filters/common"; import "./filters/calendly"; import "./filters/instafeed"; import "./filters/opensea"; import "./filters/wistia"; import "./filters/pdf"; import "./filters/spreaker";
Save