Making WordPress.org


Ignore:
Timestamp:
04/01/2019 02:31:50 PM (5 years ago)
Author:
vedjain
Message:

WordCamp Block: Add excerpt support to Sponsor block for consistency

We already support excerpt in Speakers, Sessions and (WIP) Organizer block. This patch also adds support to show excerpt in Sponsor Block, thereby ensuring consistency among all blocks.

Fixes https://github.com/WordPress/wordcamp.org/issues/38

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordcamp.org/public_html/wp-content/mu-plugins/blocks/includes/sponsors.php

    r8537 r8559  
    183183            'default' => true,
    184184        ),
    185         'show_desc'             => array(
     185        'content'               => array(
     186            'type'    => 'string',
     187            'default' => 'full',
     188        ),
     189        'excerpt_more'          => array(
    186190            'type'    => 'bool',
    187191            'default' => true,
Note: See TracChangeset for help on using the changeset viewer.