Block themes have another architecture than classic themes. Block themes don’t use php or generated styles for pages. Most of design is controlled by theme.json file of theme, templates (which are plain html) and patterns. It means that you don’t need npm and webpack for theme compilation. You can simply unpack theme zip file and investigate it’s files
Thread Starter
Sunny
(@frdmsun)
Yes, understood. I’m asking if you have made your entire theme source files available e.g. the src files compiled into the build directory? A git repo perhaps.
But theme has only one script for Sidebar panel, nothing fancy there, because WordPress doesn’t allow to use something functional in themes. If you are interested how to make Sidebar panels, here what we used
Sidebar Register gutenberg
-
This reply was modified 3 years, 10 months ago by
MotionBlocks.
If you have no questions, I am closing