OSB enhancements to date
This commit is contained in:
@@ -56,11 +56,11 @@
|
||||
|
||||
<!-- Methods for this class, and the fields they have access to, if applicable -->
|
||||
<method>
|
||||
<add>id,site_id,product_cat_id,language_id,name,description</add>
|
||||
<update>id,site_id,product_cat_id,language_id,name,description</update>
|
||||
<delete>id,site_id,product_cat_id,language_id,name,description</delete>
|
||||
<view>id,site_id,product_cat_id,language_id,name,description</view>
|
||||
<search>id,site_id,product_cat_id,language_id,name</search>
|
||||
<add>product_cat_id,language_id,name,description</add>
|
||||
<update>product_cat_id,language_id,name,description</update>
|
||||
<delete>id</delete>
|
||||
<view>id,product_cat_id,language_id,name,description</view>
|
||||
<search>id,product_cat_id,language_id,name</search>
|
||||
</method>
|
||||
|
||||
<!-- Method triggers -->
|
||||
|
@@ -17,7 +17,7 @@
|
||||
<!-- SUB Modules to install with this one -->
|
||||
<sub_modules></sub_modules>
|
||||
<!-- MODULE Type (core|base), core modules cannot be deleted, unrecognised types are ignored. -->
|
||||
<type>base</type>
|
||||
<type></type>
|
||||
</module_properties>
|
||||
|
||||
<!-- Tree Menu & Module Methods to load, they will be assigned the group permissions on install time, as selected by the user. -->
|
||||
|
@@ -4,7 +4,7 @@
|
||||
<id>2</id>
|
||||
<site_id>1</site_id>
|
||||
<product_cat_id>1</product_cat_id>
|
||||
<language_id>english</language_id>
|
||||
<language_id>en</language_id>
|
||||
<name>Sample Directory</name>
|
||||
<description><![CDATA[You can edit this category as needed, of course you can include any html in this description that you like - <a href="http://google.com/" target="_blank">links</a>,
|
||||
images, <strong>font</strong> <font size="3">sizes</font> and <font color="#3399ff">colors</font>,
|
||||
@@ -14,7 +14,7 @@
|
||||
<id>3</id>
|
||||
<site_id>1</site_id>
|
||||
<product_cat_id>5</product_cat_id>
|
||||
<language_id>english</language_id>
|
||||
<language_id>en</language_id>
|
||||
<name>Membership</name>
|
||||
<description>View our selection of memberships</description>
|
||||
</product_cat_translate>
|
||||
@@ -22,7 +22,7 @@
|
||||
<id>5</id>
|
||||
<site_id>1</site_id>
|
||||
<product_cat_id>7</product_cat_id>
|
||||
<language_id>english</language_id>
|
||||
<language_id>en</language_id>
|
||||
<name>test</name>
|
||||
<description>test</description>
|
||||
</product_cat_translate>
|
||||
|
Reference in New Issue
Block a user