Blame view

components/com_jmap/manifests/com_eshop.json 656 Bytes
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
{
	"catrecursion":"1",
	"recursion_type":"multiadiacency",
	"item2category_table":"#__eshop_productcategories",
	"item2category_catid_field":"category_id",
	"categories_table":"#__eshop_categories",
	"additional_categories_table":"#__eshop_categorydetails",
	"additional_categories_table_on_catid_field":"id",
	"additional_categories_table_on_fkcatid_field":"category_id",
	"category2category_table":"#__eshop_categories",
	"category_table_id_field":"id",
	"category_table_name_field":"category_name",
 	"parent_field":"category_parent_id",
 	"child_field":"id",
 	"additional_and_categories_table_condition":"`#__eshop_categorydetails`.`language` = $$$"
}