Leuchtfeuer/typo3-secure-downloads

View on GitHub
Configuration/Resource/Driver/SecureDownloadsDriverFlexForm.xml

Summary

Maintainability
Test Coverage
<?xml version="1.0" encoding="utf-8"?>
<T3DataStructure>
    <ROOT>
        <type>array</type>
        <el>
            <basePath>
                <label>LLL:EXT:core/Resources/Private/Language/locallang_mod_file.xlf:sys_file_storage.localDriverFlexform_basePath</label>
                <config>
                    <type>input</type>
                    <placeholder>LLL:EXT:core/Resources/Private/Language/locallang_mod_file.xlf:sys_file_storage.localDriverFlexform_basePath_placeholder</placeholder>
                    <size>30</size>
                    <required>true</required>
                </config>
            </basePath>
            <pathType>
                <label>LLL:EXT:core/Resources/Private/Language/locallang_mod_file.xlf:sys_file_storage.localDriverFlexform_pathType</label>
                <config>
                    <type>radio</type>
                    <items type="array">
                        <numIndex index="0" type="array">
                            <numIndex index="0">LLL:EXT:core/Resources/Private/Language/locallang_mod_file.xlf:sys_file_storage.localDriverFlexform_pathType_relative</numIndex>
                            <numIndex index="1">relative</numIndex>
                        </numIndex>
                        <numIndex index="1" type="array">
                            <numIndex index="0">LLL:EXT:core/Resources/Private/Language/locallang_mod_file.xlf:sys_file_storage.localDriverFlexform_pathType_absolute</numIndex>
                            <numIndex index="1">absolute</numIndex>
                        </numIndex>
                    </items>
                    <default>relative</default>
                </config>
            </pathType>
            <caseSensitive>
                <label>LLL:EXT:core/Resources/Private/Language/locallang_mod_file.xlf:sys_file_storage.localDriverFlexform_caseSensitive</label>
                <config>
                    <type>check</type>
                    <default>1</default>
                </config>
            </caseSensitive>
        </el>
    </ROOT>
</T3DataStructure>