Initial commit

This commit is contained in:
2018-04-02 08:07:38 +02:00
commit 7330c1ed3e
2054 changed files with 405203 additions and 0 deletions

View File

@@ -0,0 +1,98 @@
#
# Extension Builder settings for extension if_access_buttons
# generated 2016-02-08T08:21:00Z
#
# See http://www.yaml.org/spec/1.2/spec.html
#
---
########### Overwrite settings ###########
#
# These settings only apply, if the roundtrip feature of the extension builder
# is enabled in the extension manager
#
# Usage:
# nesting reflects the file structure
# a setting applies to a file or recursive to all files and subfolders
#
# merge:
# means for classes: All properties ,methods and method bodies
# of the existing class will be modified according to the new settings
# but not overwritten
#
# for locallang xlf files: Existing keys and labels are always
# preserved (renaming a property or DomainObject will result in new keys and new labels)
#
# for other files: You will find a Split token at the end of the file
# see: \EBT\ExtensionBuilder\Service\RoundTrip::SPLIT_TOKEN
#
# After this token you can write whatever you want and it will be appended
# everytime the code is generated
#
# keep:
# files are never overwritten
# These settings may break the functionality of the extension builder!
# Handle with care!
#
#
############ extension settings ##############
overwriteSettings:
Classes:
Controller: merge
Domain:
Model: merge
Repository: merge
Configuration:
#TCA: merge
#TypoScript: keep
Resources:
Private:
#Language: merge
#Templates: keep
ext_icon.gif: keep
# ext_localconf.php: merge
# ext_tables.php: merge
# ext_tables.sql: merge
## use static date attribute in xliff files ##
#staticDateInXliffFiles: 2016-02-08T08:21:00Z
## list of error codes for warnings that should be ignored ##
#ignoreWarnings:
#503
######### settings for classBuilder #############################
#
# here you may define default parent classes for your classes
# these settings only apply for new generated classes
# you may also just change the parent class in the generated class file.
# It will be kept on next code generation, if the overwrite settings
# are configured to merge it
#
#################################################################
classBuilder:
Controller:
parentClass: \TYPO3\CMS\Extbase\Mvc\Controller\ActionController
Model:
AbstractEntity:
parentClass: \TYPO3\CMS\Extbase\DomainObject\AbstractEntity
AbstractValueObject:
parentClass: \TYPO3\CMS\Extbase\DomainObject\AbstractValueObject
Repository:
parentClass: \TYPO3\CMS\Extbase\Persistence\Repository
setDefaultValuesForClassProperties: true

View File

@@ -0,0 +1,76 @@
<?php
return array(
'ctrl' => array(
'title' => 'LLL:EXT:if_access_buttons/Resources/Private/Language/locallang_db.xlf:tx_ifaccessbuttons_domain_model_accessibilitybuttons',
'label' => 'uid',
'tstamp' => 'tstamp',
'crdate' => 'crdate',
'cruser_id' => 'cruser_id',
'dividers2tabs' => TRUE,
'versioningWS' => 2,
'versioning_followPages' => TRUE,
'languageField' => 'sys_language_uid',
'transOrigPointerField' => 'l10n_parent',
'transOrigDiffSourceField' => 'l10n_diffsource',
'enablecolumns' => array(
),
'searchFields' => '',
'iconfile' => \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::extRelPath('if_access_buttons') . 'Resources/Public/Icons/tx_ifaccessbuttons_domain_model_accessibilitybuttons.gif'
),
'interface' => array(
'showRecordFieldList' => 'sys_language_uid, l10n_parent, l10n_diffsource, ',
),
'types' => array(
'1' => array('showitem' => 'sys_language_uid;;;;1-1-1, l10n_parent, l10n_diffsource, '),
),
'palettes' => array(
'1' => array('showitem' => ''),
),
'columns' => array(
'sys_language_uid' => array(
'exclude' => 1,
'label' => 'LLL:EXT:lang/locallang_general.xlf:LGL.language',
'config' => array(
'type' => 'select',
'foreign_table' => 'sys_language',
'foreign_table_where' => 'ORDER BY sys_language.title',
'items' => array(
array('LLL:EXT:lang/locallang_general.xlf:LGL.allLanguages', -1),
array('LLL:EXT:lang/locallang_general.xlf:LGL.default_value', 0)
),
),
),
'l10n_parent' => array(
'displayCond' => 'FIELD:sys_language_uid:>:0',
'exclude' => 1,
'label' => 'LLL:EXT:lang/locallang_general.xlf:LGL.l18n_parent',
'config' => array(
'type' => 'select',
'items' => array(
array('', 0),
),
'foreign_table' => 'tx_ifaccessbuttons_domain_model_accessibilitybuttons',
'foreign_table_where' => 'AND tx_ifaccessbuttons_domain_model_accessibilitybuttons.pid=###CURRENT_PID### AND tx_ifaccessbuttons_domain_model_accessibilitybuttons.sys_language_uid IN (-1,0)',
),
),
'l10n_diffsource' => array(
'config' => array(
'type' => 'passthrough',
),
),
't3ver_label' => array(
'label' => 'LLL:EXT:lang/locallang_general.xlf:LGL.versionLabel',
'config' => array(
'type' => 'input',
'size' => 30,
'max' => 255,
)
),
),
);

View File

@@ -0,0 +1,23 @@
plugin.tx_ifaccessbuttons_pi1 {
view {
# cat=plugin.tx_ifaccessbuttons_pi1/file; type=string; label=Path to template root (FE)
templateRootPath = EXT:if_access_buttons/Resources/Private/Templates/
# cat=plugin.tx_ifaccessbuttons_pi1/file; type=string; label=Path to template partials (FE)
partialRootPath = EXT:if_access_buttons/Resources/Private/Partials/
# cat=plugin.tx_ifaccessbuttons_pi1/file; type=string; label=Path to template layouts (FE)
layoutRootPath = EXT:if_access_buttons/Resources/Private/Layouts/
}
persistence {
# cat=plugin.tx_ifaccessbuttons_pi1//a; type=string; label=Default storage PID
storagePid =
}
settings {
# cat=plugin.tx_ifaccessbuttons_pi1/file; type=string; label=LLL:EXT:if_access_buttons/Resources/Private/Language/locallang.xlf:const.settings.cssFileKontrast
cssFileKontrast = EXT:if_access_buttons/Resources/Public/Css/kontrast.css
# cat=plugin.tx_ifaccessbuttons_pi1/file; type=string; label=LLL:EXT:if_access_buttons/Resources/Private/Language/locallang.xlf:const.settings.cssFileFontsize
cssFileFontsize = EXT:if_access_buttons/Resources/Public/Css/schrift-gross.css
}
}

View File

@@ -0,0 +1,17 @@
plugin.tx_ifaccessbuttons_pi1 {
view {
templateRootPath = {$plugin.tx_ifaccessbuttons_pi1.view.templateRootPath}
partialRootPath = {$plugin.tx_ifaccessbuttons_pi1.view.partialRootPath}
layoutRootPath = {$plugin.tx_ifaccessbuttons_pi1.view.layoutRootPath}
}
persistence {
storagePid = {$plugin.tx_ifaccessbuttons_pi1.persistence.storagePid}
}
settings {
cssFileKontrast = {$plugin.tx_ifaccessbuttons_pi1.settings.cssFileKontrast}
cssFileFontsize = {$plugin.tx_ifaccessbuttons_pi1.settings.cssFileFontsize}
}
}