Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
07/14/2021 10:52:40 AM (4 years ago)
Author:
imath
Message:

Merge the BP Blocks plugin's 'bp/primary-nav' Block into Core/Nouveau

  • Adapt Grunt sass task.
  • Add the Block JavaScript source files into src/js/bp-core/js/blocks.
  • Add the Block Scss source file into src/bp-templates/bp-nouveau/sass.
  • Generate the development files to ease testing.
  • Add filters to register the Block and its globals into the BP Core component.
  • Limit the Widget Block to the Widget Block Editor context.

Fixes #8518

File:
1 edited

Legend:

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

    r12999 r13000  
    296296                'block_globals' => array(
    297297                    'bp/login-form' => array(
    298                         'widget_classnames' => array ( 'widget_bp_core_login_widget', 'buddypress' ),
     298                        'widget_classnames' => array( 'widget_bp_core_login_widget', 'buddypress' ),
    299299                    )
    300300                )
Note: See TracChangeset for help on using the changeset viewer.