You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Expected
Load data from readme.txt in the 'Edit metadata' modal so the theme creators can:
Edit the existing data for 'Recommended plugins' and 'Image Credits'.
Know the content of the readme.txt file without the need to inspect it in the filesystem as a text file.
The text was updated successfully, but these errors were encountered:
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.
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.
Expected
Load data from readme.txt in the 'Edit metadata' modal so the theme creators can:
The text was updated successfully, but these errors were encountered: