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
Hello and thank you for your excellent walkthrough for having multiple blocks in a single plugin. It certainly helped me understand better the block API.
It occurred to me that it is possible to place all blocks under the src/ folder. That way, we avoid having multiple build scripts running for each block. We only have to register them all in the plugin php file.
Hello and thank you for your excellent walkthrough for having multiple blocks in a single plugin. It certainly helped me understand better the block API.
It occurred to me that it is possible to place all blocks under the
src/
folder. That way, we avoid having multiple build scripts running for each block. We only have to register them all in the plugin php file.This addresses issue #2 .
The text was updated successfully, but these errors were encountered: