WordPress / theme-test-data

Theme Test Data
622 stars 16 forks source link

Time to update theme test data? #72

Open SamuelMiller opened 2 years ago

SamuelMiller commented 2 years ago

Please consider updating the theme-test-data to completely display every WordPress 5.9 Gutenberg block.

pattonwebz commented 2 years ago

I would be happy to merge in changes that include demo content for all the blocks in 5.9 if someone could make the PR :)

joyously commented 2 years ago

Can you make a list at least, of what is missing?

carolinan commented 2 years ago

In my opinion we should work towards a solution where the content is generated and always up to date, not updated manually in an xml file. The reason why it has not been updated yet is not because we don't want or need the updated blocks, but because its way too much work involved to do it manually.

carolinan commented 2 years ago

See https://github.com/WordPress/gutenberg/issues/39266

carolinan commented 2 years ago

Perhaps a plugin with a custom block that has all the other blocks as inner blocks, per category?

carolinan commented 2 years ago

And yes @joyously the classic content would be kept as an XML file to import.

mrwweb commented 1 year ago

I'm curious how the recent updates with WP 6.1 blocks impact this issue. See also WordPress/gutenberg#41119

The Block Unit Test plugin previously did this but was closed due to the struggles of keeping it up-to-date.

carolinan commented 1 year ago

I would still prefer if it could be generated and updated automatically, but since there was no solution, I added the markup changes manually.