Thank you ggppdk & Brandon.
I tested osContent, it seems manage the _assets table, only the fields "rules JSON encoded access control" is not completed, there should be the code below, is it important?
Code:
{"core.create":[],"core.delete":[],"core.delete.own":[],"core.edit":[],"core.edit.own":[],"core.edit.state":[],"core.edit.state.own":[]}
For the category table it does not completed the field "path" (eg: category/sub-category/sub-sub-category), is that this field is important? it seems to be part of the url ...
And fields "params" is not completed ...
What I would, is define a fixed variable for params, e.g.:
Code:
{"target":"_:default","image":"","note":"","comments":"","automatic_pathways":"","show_feed_link":"0","add_canonical":"","show_cat_title":"0", ...
etc...
and injected her via the php processing when creating a new category.
The metadata fields are not completed e.g.:
Code:
{"page_title":"","author":"","robots":""}
Some thoughts if it helps to create an extension of import, it seems to me important to keep the copy option of setting parameters of the category when creating ...