meilisearch/Configuration/FlexForms/Form.xml

58 lines
2.2 KiB
XML
Raw Normal View History

2021-04-17 00:26:33 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<T3DataStructure>
<sheets>
<sDEF>
<ROOT>
<TCEforms>
<sheetTitle>Search</sheetTitle>
</TCEforms>
<type>array</type>
<el>
<search.targetPage>
<TCEforms>
<label>Target Page</label>
<config>
<type>group</type>
<internal_type>db</internal_type>
<allowed>pages</allowed>
</config>
</TCEforms>
</search.targetPage>
</el>
</ROOT>
</sDEF>
<sOptions>
<ROOT>
<TCEforms>
<sheetTitle>Options</sheetTitle>
</TCEforms>
<type>array</type>
<el>
<view.templateFiles.form>
<TCEforms>
<label>Custom Template</label>
<config>
<section>1</section>
<type>select</type>
<renderType>selectSingle</renderType>
<itemsProcFunc>WapplerSystems\Meilisearch\System\UserFunctions\FlexFormUserFunctions->getAvailableTemplates</itemsProcFunc>
</config>
</TCEforms>
</view.templateFiles.form>
<view.pluginNamespace>
<TCEforms>
<exclude>1</exclude>
<label>Plugin Namespace</label>
<config>
<type>input</type>
<eval>trim</eval>
<default>tx_meilisearch</default>
</config>
</TCEforms>
</view.pluginNamespace>
</el>
</ROOT>
</sOptions>
</sheets>
</T3DataStructure>