Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
07/12/2021 11:57:59 PM (3 years ago)
Author:
imath
Message:

Edit existing Blocks to use the newly introduced Component and Assets

  • Stop filtering bp_blocks_editor_settings to transport Activity embed, Member/s and Group/s blocks.
  • Edit JavaScript files to use the new ServerSideRender BP Block Component and the BP Block Assets.
  • Use bright red icons for all BP Blocks.
  • Update JavaScript BP Blocks dependencies.

Fixes #8513

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-groups/classes/class-bp-groups-component.php

    r12893 r12996  
    979979                        'wp-components',
    980980                        'wp-i18n',
    981                         'wp-editor',
    982                         'wp-compose',
    983                         'wp-data',
    984981                        'wp-block-editor',
    985982                        'bp-block-components',
     983                        'bp-block-data',
    986984                    ),
    987985                    'style'              => 'bp-group-block',
     
    10201018                        'wp-components',
    10211019                        'wp-i18n',
    1022                         'wp-compose',
    1023                         'wp-data',
    10241020                        'wp-api-fetch',
    10251021                        'wp-url',
    10261022                        'wp-block-editor',
    10271023                        'bp-block-components',
     1024                        'bp-block-data',
    10281025                        'lodash',
    10291026                    ),
Note: See TracChangeset for help on using the changeset viewer.