PATH:
home
/
ptadmin
/
public_html
/
wp-content
/
plugins
/
cool-timeline
/
includes
/
gutenberg-instant-builder
/
src
/** * 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 './vertical-timeline/block.js';
[+]
components
[+]
vertical-timeline
[+]
..
[-] common.scss
[edit]
[-] blocks.js
[edit]