WordPress / WordPress/create-block-theme
Tag Full Site Editing is missing
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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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