| Current Path : /home/ereika83/public_html/wp-content/plugins/bb-plugin/blocks/test-block/js/ |
| Current File : /home/ereika83/public_html/wp-content/plugins/bb-plugin/blocks/test-block/js/block.js |
FLBlock.registerTemplate( 'test-block', {
content: ( props, settings ) => {
const renderedProps = props( {
className: 'fl-test-block-content'
} )
return `<div ${ renderedProps }>${ settings.content }</div>`
},
styles: ( nodeId, settings ) => {
return `.fl-node-${ nodeId } { color: #${ settings.color } }`
}
} )