Skip to:
Content

BuddyPress.org

Opened 3 years ago

Closed 3 years ago

#8517 closed task (fixed)

Migrate the `BP_Core_Login_Widget` Legacy Widget as a Widget Block

Reported by: imath's profile imath Owned by: imath's profile imath
Milestone: 9.0.0 Priority: normal
Severity: normal Version:
Component: Core Keywords: has-patch
Cc:

Description

Merge the BP Blocks plugin's 'bp/login-form' Block into Core.

Attachments (1)

8517.patch (26.6 KB) - added by imath 3 years ago.

Download all attachments as: .zip

Change History (2)

@imath
3 years ago

#1 @imath
3 years ago

  • Resolution set to fixed
  • Status changed from assigned to closed

In 12999:

Merge the BP Blocks plugin's 'bp/login-form' Block into Core

  • 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-core/sass/blocks.
  • Generate the development files to ease testing.
  • Update the BP_Core class to register this block and set its block globals.
  • Update the BP_Component class so that using parent::setup_globals() from the BP_Core->setup_globals() method only sets the block_globals property.

Props dcavins

Fixes #8517

Note: See TracTickets for help on using tickets.