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
Describe the bug
There are a number of outstanding elements that need tidying up before the Block API V3 stuff can be released.
Frontend modules that are unrelated to specific blocks need to be moved within the new source dir and registered
The above also applies to JS files that are for modifications of core blocks
We need to figure out where to store and register non block specific styles
Static DIR needs its files moving to the new source DIR
Build/Watch process needs to updated
Double check all blocks works as expected
Double check all blocks look as expected
Post List and Petition List blocks need conversion (This has been started with a good chunk of work done)
Post Meta block (The work is mostly done but the post meta doesn't seem to contain the relevant data in the render so it stalls and only outputs the container)
Related content render bug (this seems to be related to the class function)
The text was updated successfully, but these errors were encountered:
Describe the bug
There are a number of outstanding elements that need tidying up before the Block API V3 stuff can be released.
The text was updated successfully, but these errors were encountered: