TYPO3 v15 dev-main snapshot ()

This commit is contained in:
2026-08-10 22:31:09 +02:00
commit af8cc155b5
6818 changed files with 642608 additions and 0 deletions
@@ -0,0 +1,49 @@
<?xml version="1.0" encoding="utf-8"?>
<T3DataStructure>
<ROOT>
<type>array</type>
<el>
<basePath>
<label>core.db.sys_file_storage:local_driver.base_path</label>
<description>core.db.sys_file_storage:local_driver.base_path_placeholder</description>
<config>
<type>input</type>
<required>1</required>
<size>30</size>
</config>
</basePath>
<pathType>
<label>core.db.sys_file_storage:local_driver.path_type</label>
<config>
<type>radio</type>
<items type="array">
<numIndex index="0" type="array">
<label>core.db.sys_file_storage:local_driver.path_type_relative</label>
<value>relative</value>
</numIndex>
<numIndex index="1" type="array">
<label>core.db.sys_file_storage:local_driver.path_type_absolute</label>
<value>absolute</value>
</numIndex>
</items>
<default>relative</default>
</config>
</pathType>
<baseUri>
<label>core.db.sys_file_storage:local_driver.base_uri</label>
<description>core.db.sys_file_storage:local_driver.base_uri_placeholder</description>
<config>
<type>input</type>
<size>30</size>
</config>
</baseUri>
<caseSensitive>
<label>core.db.sys_file_storage:local_driver.case_sensitive</label>
<config>
<type>check</type>
<default>1</default>
</config>
</caseSensitive>
</el>
</ROOT>
</T3DataStructure>