├── plugins │ └── my-custom-block │ ├── build │ │ └── blocks │ │ ├── page-title │ │ │ ├── index.asset.php │ │ │ └── view.asset.php │ │ └── site-header │ │ ├── index.asset.php │ │ └── view.asset.php │ ├── src │ │ ├── assets │ │ │ └── scss │ │ └── blocks │ │ ├── page-title │ │ │ ├── block.json │ │ │ ├── edit.js │ │ │ ├── edito