🏠 Root
/
home
/
artorgp
/
www
/
wp-content
/
plugins
/
visual-portfolio
/
gutenberg
/
block-saved
/
Editing: transforms.js
export default { from: [ { type: 'shortcode', tag: 'visual_portfolio', attributes: { id: { type: 'string', shortcode: ( data ) => data.named.id, }, className: { type: 'string', shortcode: ( data ) => data.named.class, }, }, }, ], };
Save
Cancel