FWIW, there was an error in the wp_enqueue_style function I received. This one works fine:
// Enqueue optional editor only styles
wp_enqueue_style(
'pbdsblocks-blocks-editor-css',
plugins_url( $editorStylePath, __FILE__),
[ ],
filemtime( plugin_dir_path( __FILE__ ) . $editorStylePath )
);
Note the third argument has changed to [ ] from ['wp-blocks']
Related Posts:
- Is it ever okay to include inline CSS in plugins?
- Load js/css files only on specific admin UI pages
- Get list of scripts / styles and show file which enqueued them
- Adding pre-publish checks with Gutenberg
- Managing two editable fields in gutenberg
- How to make repeated component/block in Gutenberg
- Using Primary Color in Plugin Block
- How to get data from WordPress $wpdb into React Gutenberg Blocks Frontend?
- lodash dependency in a Gutenberg plugin
- Plugin Sidebar is not Saving Meta Attribute to Post/Page after “Update”
- What’s the Right Way to get and save remote data for a Gutenberg block?
- WordPress: After Gutenberg plugin migration to block.json the localization/ translations with PolyGlot in JavaScript does not work anymore
- Looking for callback function after Gutenberg is rendered?
- Error : “Updating failed: The response is not a valid JSON response” with custom shortcode
- How to disable “Transform to” option in Gutenberg custom blocks
- Is there a better way to implement responsive images than what WordPress uses by default?
- Gutenberg: useDispatch is not a function – @wordpress/data included
- Gutenberg Block add element in the Editor inside InnerBlocks after div – editor-block-list
- Make a list with header and subtext in Gutenberg blocks
- is_page() function doesnt working
- How do you render_callback for register_block_type to a method in another class?
- How to avoid loading same script twice?
- How insert negative values in Gutenberg box-control
- Initial help with official “create a block” tutorial
- Are block templates incompatible with serialize_blocks?
- How do I dynamically render an InnerBlock inside a dynamic block?
- ServerSideRender and Media Object: attributes passing image data object to php renderer even though it’s not set
- WordPress Block Development – trouble importing from @wordpress/icons
- Run code once when block is created
- Best way to save custom css for an block
- How to insert text at the current cursor position in Gutenberg?
- How can I listen to events in Gutenberg block?
- It’s possible to passing a ref to FormTokenField from parent component using forwardRef?
- WP Gutenberg Blocks – How to limit first/root blocks
- JSX in WordPress Plugin Development
- ResizableBox with RangeControl not working
- There is a problem in the gutenberg block I developed. Problem is with withInstanceId
- Gutenberg: import dependency or assign from global variable?
- CSS not affecting widget output
- WordPress plugin enqueue scripts working for js, but not css files
- Plugin Development – Class Constructor Not Firing wp_enqueue_style action hook
- How to enqueue scripts in right way in a plugin?
- Why enqueue styles on hook?
- How to check via conditional tags for a single plugin page?
- Catching Gutenberg sidebar switch event
- Proper way to use useSelect
- Use npm and wp-env to make production bundle
- How to make my shortcode load scripts and styles, from within the plugin?
- How to save post meta as an array in Gutenberg?
- How to use apiFetch to get author information in Gutenberg properly?
- Gutenberg blocks error: Each child in a list should have a unique “key” prop
- WordPress Gutenberg InnerBlocks renderAppender not showing with template
- Gutenberg – is it ok to load dependencies multiple times?
- Preventing double loading JS scripts (like React) when developing for Gutenberg
- CSS not being applied using wp_enqueue_style
- Console errors in 6.0-RC1 Widget screen
- How to use attributes in competent of Gutenberg
- var(–text-color) in style.scss works once but not twitch
- wordpress full site editing problem when extending core blocks
- Pass custom props to
- Creating a WP plugin and having issues linking CSS stylesheet within functions
- Rerender core Templates with with ToggleControl but it doesnt recognize block type
- What happens/fires when you select a block in the editor?
- How to use setAttributes outside of the edit function return
- Where do I hook to have the server do something in PHP on block attribute change?
- Reading plugin settings in esnext wordpress block
- Get value of custom checkbox from Gutenberg sidebar in plugin
- How to get access the ID of all posts of custom post type in Gutenberg editor
- WordPress-child problem with many css files in parent theme
- Custom plugin not appearing
- Gutenberg’s Popover component position relative to the focused element
- Gutenberg: – Call a function after Server Side Component is rendered
- Accept only PDF file for upload
- get the queried_object of an url
- Help interpreting @wordpress/create-block-tutorial-template usage error
- Add custom data-attribute to core Gutenberg block within an template
- Call API on post save/update and show the result in admin area
- How can I add a custom button to the post editor?
- How to get custom user meta by id in custom Gutenberg block
- Block Development: hamburger module throwing error in save function
- Adding a navigation with wp_nav_menu() to a custom block in the site editor
- Why isn’t custom sidebar panel not showing up in the Gutenberg Editor?
- How can I include React useState in a custom gutenberg block plugin?
- Remove Gutenberg Buttons Block
- Translations not making it into Block UI but work in the rest of the plugin
- How to move custom gutenberg block controls from settings to styles tab?
- How can I obtain an option (get_option) inside a block viewScript?
- How to use useSelect to retrieve the currently default fontFamily?
- Event when Modal is opened/visible
- move useState variable from edit.js to save.js. How do I do that?
- Multiple php files in dynamic gutenberg block
- How to detect when the user clicks the publish/update button in Gutenberg Editor
- useBlockProps() nests wrapper with class name inside block wrapper in the editor
- Is It Possible to Use the Block Editor’s Notification Feature to Send Another Notification After the Post Is Saved?
- Output HTML Tags In Gutenberg Block
- Can you nest columns/column in a gutenberg custom template?
- Can we write custom DOM manipulation inside edit.js file while developing custom Gutenberg block?
- User set default settings for a Block in Site Editor
- WordPress Block with Interactivity API e Preact Component
- render_block_context filter and block context inheritance