Hi @Soundboy39 and welcome!
Soundboy39 wrote:
1. I don't found in the Interface How to manage a "Category" aspect for the component, How to create an "item category" notion ??
Well, if you want to hook directly into Joomla's com_categories component;
- Currently cook doesn't handle directly inserting a component category entry into com_categories for the component although, you could create one and follow the joomla docs to adapt your component to inherit the functionality of com_categories.
OR,
if you just want to create a 1-to-many relationship, in cook, please see post:
www.j-cook.pro/forum/32-trouble-shooting...nal-tables-in-j-cookSoundboy39 wrote:
2. Is the component will be ready for the meta tag item id ??
Are you referring to the metadata xml to configure menu items for views/layouts? If so, Yes... The basic file is output ready to customise.
Hope this answers your queries!
Gez