Making WordPress.org

Opened 5 years ago

Closed 5 years ago

Last modified 5 years ago

#5212 closed enhancement (fixed)

Add Full Site Editing and Block Patterns tags to the themes API

Reported by: dingo_d's profile dingo_d Owned by: sergeybiryukov's profile SergeyBiryukov
Milestone: Priority: high
Component: Theme Directory Keywords: has-patch dev-feedback
Cc:

Description

Since we want to encourage theme authors to start experimenting with the full site editing feature and block patterns, we agreed to add new tags to the themes API that would accommodate that.

I've added two new tags: full-site-editing and block-patterns.

I'll create a core ticket for the get_theme_feature_list function as well (fallback).

Attachments (1)

5212.diff (2.5 KB) - added by dingo_d 5 years ago.
Added new tags to the themes API

Download all attachments as: .zip

Change History (6)

@dingo_d
5 years ago

Added new tags to the themes API

#1 @SergeyBiryukov
5 years ago

  • Owner set to SergeyBiryukov
  • Status changed from new to reviewing

#2 @joyously
5 years ago

The new tags should not be available until the features are in core, because themes cannot require a plugin (Gutenberg).

#3 @SergeyBiryukov
5 years ago

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

In 9876:

Theme Directory: API: Add full-site-editing and block-patterns tags for WordPress 5.5+.

Props dingo_d.
Fixes #5212. See #WP50164.

#4 @dingo_d
5 years ago

The new tags should not be available until the features are in core, because themes cannot require a plugin (Gutenberg).

We need to prepare for them, that's why we added those. We are working on a make post, it will be published soon, with all the explanation.

This ticket was mentioned in Slack in #themereview by poena. View the logs.


5 years ago

Note: See TracTickets for help on using tickets.