Adding a page
Hi, I am new to extension development and was trying to add a page in the server section, but it just isn't working (I followed this guide https://blueprint.zip/docs/?page=developing-extensions/React-components). Could someone maybe help me with this and let me know if I am doing something wrong

5 Replies
Hello! Could you send over your
Components.yml
file and extension file tree?
File Tree:
D:.
│ .gitkeep
│ conf.yml
│ view.blade.php
│
├───components
│ components.yml
│ ExampleComponent.tsx
│
└───console
Byte.php
Console.yml
here
@kespyy
components.yml
has to have a capital C to be recognized by blueprint, should add support for lowercase in the future though
Components.yml
is the correct file name.It worked, thanks!
Glad it did!