🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-08-06 22:29:34 | PHP 8.2.32
📂
/ (Root)
/
home
/
eliteewa
/
public_html
/
wp-content
/
themes
/
blocksy
/
static
/
js
/
editor
/
components
📍 /home/eliteewa/public_html/wp-content/themes/blocksy/static/js/editor/components
🔄 Refresh
✏️
Editing: BasicEdit.js
Writable
import { createElement } from '@wordpress/element' import { __ } from 'ct-i18n' import { InspectorControls } from '@wordpress/block-editor' import { PanelBody } from '@wordpress/components' import { OptionsPanel } from 'blocksy-options' const BasicEdit = ({ attributes, setAttributes, options }) => ( <InspectorControls> <PanelBody> <OptionsPanel purpose="gutenberg" onChange={(optionId, optionValue) => { setAttributes({ [optionId]: optionValue, }) }} options={options} value={attributes} hasRevertButton={false} /> </PanelBody> </InspectorControls> ) export default BasicEdit
💾 Save Changes
❌ Cancel