WordPress / pattern-directory

The WordPress Block Pattern Directory
https://wordpress.org/patterns/
GNU General Public License v2.0
125 stars 35 forks source link

Remove favorite button block, use shared block #697

Closed ryelle closed 4 months ago

ryelle commented 4 months ago

This removes the favorite block in favor of the new shared favorite button. Unlike https://github.com/WordPress/wporg-theme-directory/pull/148, I did not remove the favorite endpoints here — they're not bundled with the theme, and while I don't think they're used anywhere else, I wanted a second opinion before just pulling them out.

See https://github.com/WordPress/wporg-mu-plugins/discussions/617

To test

adamwoodnz commented 4 months ago

Updated my local env to test this, but was initially blocked because the parent theme wasn't installed. I think we need to add it to composer.json 🙂

colorful-tones commented 4 months ago

Updated my local env to test this, but was initially blocked because the parent theme wasn't installed. I think we need to add it to composer.json 🙂

I opened #701 to try and address this.