Files
PrestaShop/install-dev/data/xml/category.xml
mMarinetti d9dbb1db75 // install-new renamed to install-dev
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12732 b9a71923-0436-4b27-9f14-aed3839534dd
2012-01-26 17:35:54 +00:00

12 lines
379 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<entity_category>
<fields id="name" class="Category" sql="a.id_category = 1">
<field name="id_parent" relation="category"/>
<field name="active"/>
</fields>
<entities>
<category id="Root" id_parent="" active="1"/>
<category id="Home" id_parent="Root" active="1" is_root_category="1"/>
</entities>
</entity_category>