[wp-meta] [Making WordPress.org] #5513: Registered blocks list on plugins README displaying wrong labels.

Making WordPress.org noreply at wordpress.org
Thu May 16 06:41:07 UTC 2024


#5513: Registered blocks list on plugins README displaying wrong labels.
------------------------------+-------------------------
 Reporter:  wetah             |       Owner:  (none)
     Type:  defect (bug)      |      Status:  closed
 Priority:  normal            |   Milestone:
Component:  Plugin Directory  |  Resolution:  maybelater
 Keywords:                    |
------------------------------+-------------------------
Changes (by dd32):

 * status:  new => closed
 * resolution:   => maybelater


Comment:

 > https://wordpress.org/plugins/tainacan/

 This plugin has moved to using block.json, no longer shows the issue.

 Based on my comment above, if the minified JS was the following, we had no
 chance at parsing it:
 > `d=wp.blocks.registerBlockType,f=wp.i18n.__, ..... d("tainacan/carousel-
 collections-list",{title:f("Tainacan Collections Carousel","tainacan"),`

 > https://wordpress.org/plugins/grids/

 This plugin uses a
 [https://plugins.trac.wordpress.org/browser/grids/tags/1.3.10/src/Core/Blocks/Area.php?marks=25-31
 block registration in PHP] that doesn't include the title, and the
 [https://plugins.trac.wordpress.org/browser/grids/tags/1.3.10/assets/js/grids.js
 Javascript] doesn't include a clear way to get the title either - the
 minification obfuscates the code too much.

 > https://wordpress.org/plugins/kadence-blocks/
 > https://wordpress.org/plugins/wpforms-lite/

 These plugins have switched to using block.json.

 I'm not seeing anything we can do to improve the situation here for the
 time being. The only way we could potentially resolve this would be
 loading a Javascript WordPress environment.

 Related: #5971

-- 
Ticket URL: <https://meta.trac.wordpress.org/ticket/5513#comment:10>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org


More information about the wp-meta mailing list