| .. | |||||
| app.tsx | |||||
| block.json | |||||
| edit.tsx | |||||
| index.tsx | |||||
| render.php | |||||
| styles.scss |
import schema from './block.json';
import Edit from './edit';
import GiveIcon from '@givewp/components/GiveIcon';
/**
* @since 4.0.0
*/
const settings = {
icon: <GiveIcon color="grey" />,
edit: Edit,
save: () => null,
};
export default {
schema,
settings,
};
| .. | |||||
| app.tsx | |||||
| block.json | |||||
| edit.tsx | |||||
| index.tsx | |||||
| render.php | |||||
| styles.scss |