joomla_test/plugins/josetta_ext/k2category/definitions.xml

36 lines
922 B
XML
Raw Normal View History

2020-01-02 22:20:31 +07:00
<?xml version="1.0" encoding="UTF-8"?>
<josetta>
<context>com_k2_category</context>
<name>K2 Category</name>
<table>#__k2_categories</table>
<reference>
<id>
<column>id</column>
<type>int</type>
<size>11</size>
</id>
<title>
<column>name</column>
<type>josettatext</type>
<size>255</size>
</title>
<published>
<column>published</column>
<type>int</type>
<size>6</size>
</published>
<parent>
<column>parent</column>
<type>int</type>
<size>11</size>
</parent>
</reference>
<reference_filters>
<reference_filter>
<table>#__k2_categories</table>
<column>trash</column>
<value>0</value>
</reference_filter>
</reference_filters>
</josetta>