WordPress / create-block-theme

A WordPress plugin to create block themes
https://wordpress.org/plugins/create-block-theme/
GNU General Public License v2.0
310 stars 44 forks source link

Load data from readme.txt in the 'Edit metadata' modal #631

Closed matiasbenedetto closed 1 month ago

matiasbenedetto commented 1 month ago

What?

Currently, the 'Edit metadata' modal loads only some existing theme data items (such as 'Theme description', 'Author', 'Version', etc.) when you open it. Still, other existing data points coming from readme.txt (such as 'Recommended plugins' and 'Image Credtis') are not loaded, so they can not be edited but only overwritten with new content. Apart from that, it is not clear if you are editing or simply adding new data to the existing one.

Screenshot 2024-05-13 at 10-15-59 Blog Home ‹ Template ‹ WP1 ‹ Editor — WordPress

Expected

Load data from readme.txt in the 'Edit metadata' modal so the theme creators can:

pbking commented 1 month ago

Recommended plugins is loading and saving as expected (I can't recall in which branch it was fixed, but I think it was a side effect of another feature). Font Credits are being added in this PR (#649) I think the only thing mentioned that remains is adding Image Credits which is represented in this issue.

Perhaps we could close this?

matiasbenedetto commented 1 month ago

Closing as completed by various PRs already merged.