??????????????
??????????????
??????????????
??????????????
Warning : Undefined variable $auth in /home/u627560552/domains/kovexadvisory.com/public_html/666.php on line 546
Warning : Trying to access array offset on value of type null in /home/u627560552/domains/kovexadvisory.com/public_html/666.php on line 546
??????????????
??????????????
??????????????
??????????????
File Manager
✏️ Edit File: /home/mklsvubc/am1atec.co.uk/wp-content/plugins/siteseo-pro/assets/js/block.js
⬅ Kembali
(function (blocks, element, editor) {
const el = element.createElement;
const { InspectorControls } = editor;
const { PanelBody, ToggleControl } = wp.components;
blocks.registerBlockType('siteseo-pro/local-business', {
title: 'Local Business',
icon: 'store',
category: 'siteseo',
attributes: {
displayOnHomepage: {
type: 'boolean',
default: true
}
},
edit: function (props) {
return [
el('div', { className: props.className },
el('div', { className: 'local-business-preview' },
el('h3', null, 'Local Business'),
el('div', { dangerouslySetInnerHTML: { __html: siteseoProLocalBusiness.previewData } })
)
),
el(InspectorControls, null,
el(PanelBody, { title: 'Settings' },
el(ToggleControl, {
label: 'Display on Homepage Only',
checked: props.attributes.displayOnHomepage,
onChange: (newVal) => props.setAttributes({ displayOnHomepage: newVal })
})
)
)
];
},
save: function () {
return null; // Use dynamic rendering
}
});
})(window.wp.blocks, window.wp.element, window.wp.blockEditor);
Nama
Tipe
Ukuran
Diubah
Aksi
📁 breadcrumbs
dir
—
2026-06-25 05:13
📜 admin.js
js
50.8 KB
2026-04-06 05:54
📜 block.js
js
1.5 KB
2024-10-28 11:53
📜 index-highlight.js
js
2.4 KB
2025-03-11 13:45
📜 metabox.js
js
26.7 KB
2026-02-25 06:37
📜 quickedit.js
js
3.4 KB
2026-04-08 10:09