[wp-meta] [Making WordPress.org] #4345: Improve the display of block metadata in the plugin directory

Making WordPress.org noreply at wordpress.org
Sat Jun 22 07:39:26 UTC 2019


#4345: Improve the display of block metadata in the plugin directory
-------------------------------------------------+-------------------------
 Reporter:  tellyworth                           |       Owner:  (none)
     Type:  enhancement                          |      Status:  new
 Priority:  normal                               |   Milestone:
Component:  Plugin Directory                     |  Resolution:
 Keywords:  reporter-feedback 2nd-opinion has-   |
  screenshots                                    |
-------------------------------------------------+-------------------------
Changes (by pratikgandhi):

 * keywords:  needs-design => reporter-feedback 2nd-opinion has-screenshots


Comment:

 Hello @tellyworth

 How about this?
 [[Image(https://meta.trac.wordpress.org/raw-
 attachment/ticket/4345/ticket-4345.png)]]

 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

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


More information about the wp-meta mailing list