File "block-options.js"
Full Path: /home/tekvhqgl/public_html/dev2024_old_skip/wp-content/plugins/presto-player/src/admin/blocks/blocks/block-options.js
File size: 206 bytes
MIME-type: text/x-java
Charset: utf-8
import attributes from "./attributes";
export default {
attributes,
category: "presto",
supports: {
align: true,
},
// dynamic save function
save: function () {
return null;
},
};