WordPress / WordPress/create-block-theme

Tag Full Site Editing is missing

Open
#313 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
JavaScript
Stars
417
Forks
66
PR merge metrics
No merged PRs in 30d

Description

While checking Appearance > Create Block Theme, there is no option to select Full Site Editing tag. Without that tag, themes trac will not be recognized as Full Site Editing(Block Theme).

I checked the function get_theme_feature_list() and found, Replaced 'Full Site Editing' feature name with 'Site Editor'.

But, I guess those tags should be aligned with the list of tags that we have in the Theme Check plugin and tags in the themes repository.

Also, we don't allow custom tags in the theme for the WordPress themes repository, I don't think it is necessary to give the option to add custom tags.

P.S. I assume that the generated themes will be submitted in the org themes repository.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reading get_theme_feature_list() and tracing the Appearance > Create Block Theme tag selector. Verify the available tags against the Theme Check plugin and themes repository lists; done means Full Site Editing is selectable and custom tags are not offered.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript, wordpress
Domain
tooling
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.