Opened 6 years ago
Last modified 5 years ago
#4345 new enhancement
Improve the display of block metadata in the plugin directory
Reported by: | tellyworth | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Plugin Directory | Keywords: | reporter-feedback 2nd-opinion has-screenshots |
Cc: |
Description
As of [8547] the plugin directory includes a new simple list of blocks registered by plugins in the Block-Enabled Plugins section. For example:
https://wordpress.org/plugins/easy-post-embed-code/#blocks
This is a general ticket for discussing improvements to this feature.
Attachments (3)
Change History (8)
This ticket was mentioned in Slack in #meta by tellyworth. View the logs.
6 years ago
This ticket was mentioned in Slack in #meta by tellyworth. View the logs.
6 years ago
#4
@
5 years ago
- Keywords reporter-feedback 2nd-opinion has-screenshots added; needs-design removed
Hello @tellyworth
It can be done using the below code:
<ul> <li> <h6>atomic-blocks/ab-pricing</h6> <p>AB Pricing</p> </li> <li> <h6>atomic-blocks/newsletter</h6> <p>Email newsletter</p> </li> <li> <h6>atomic-blocks/ab-column</h6> <p>AB Advanced Column</p> </li> <li> <h6>atomic-blocks/ab-spacer</h6> <p>AB Spacer</p> </li> <li> <h6>atomic-blocks/ab-container</h6> <p>AB Container</p> </li> <li> <h6>atomic-blocks/ab-sharing</h6> <p>AB Sharing</p> </li> </ul>
Thanks
Note: See
TracTickets for help on using
tickets.
Here's what the list of blocks looks like as a starting point. It's a simple dl/dd/dt list that gives the name and description of each block found in the code.