Can not install custom block type in Concrete 5.4.1.1

Permalink
Hello!
I've just created a new block, put its files into concrete/blocks directory - and nothing happens.
I do not see the block in the block list. Also I do not see it anywhere in the dashboard, so I can not install it either. If I put a record into BlockTypes table about this new block manually, then everything works.
But how can I install the block without manual update of the database?
There's no "Stack & Blocks" in my dashboard, also I do not have my block in "available for installation" list in "Add Functionality" menu.

1 Attachment

 
hutman replied on at Permalink Best Answer Reply
hutman
You should put your code into the root blocks folder, not the one inside the concrete directory, if you do not have a root blocks folder, create one.

In 5.4 (which is very outdated) you would go to Add Functionality and your new block will show up in the "New" list.
SergeyKaravay replied on at Permalink Reply
Thanks for quick reply, I'll try to do this tomorrow.
Yep, it seems to be pretty old, but I have to do some improvements to existing project.
SergeyKaravay replied on at Permalink Reply
It actually works! Thanks.