Commit af22adac authored by Andy Hausmann's avatar Andy Hausmann

Deleted Extension Builder Settings.

parent 3734799e
#
# Extension Builder settings for extension flexslider
# generated 2012-04-15
#
# 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 xml files: Existing keys and labels are always
# preserved (renaming in the GUI has only influence on the property and method names)
#
# for other files: You will find a Split token at the end of the file
# 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 ##############
emConf:
dependencies: cms,extbase,fluid
overwriteSettings:
Classes:
Controller: merge
Domain:
Model: merge
Repository: merge
Configuration:
#TCA: merge
#TypoScript: keep
Resources:
Private:
Language:
#locallang.xml: merge
#Templates: keep
ext_icon.gif: keep
# ext_localconf.php: merge
# ext_tables.php: merge
# ext_tables.sql: merge
## ext_autoload.php is only needed in special cases ##
createAutoloadRegistry: false
######### 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
#
# Experimental!!
#################################################################
classBuilder:
Controller:
parentClass: Tx_Extbase_MVC_Controller_ActionController
Model:
AbstractEntity:
parentClass: Tx_Extbase_DomainObject_AbstractEntity
AbstractValueObject:
parentClass: Tx_Extbase_DomainObject_AbstractValueObject
Repository:
parentClass: Tx_Extbase_Persistence_Repository
\ No newline at end of file
{"modules":[{"config":{"position":[157,109]},"name":"New Model Object","value":{"actionGroup":{"_default0_list":true,"_default1_show":false,"_default2_new_create":false,"_default3_edit_update":false,"_default4_delete":false,"customActions":[]},"name":"FlexSlider","objectsettings":{"aggregateRoot":true,"description":"","mapToTable":"","parentClass":"","type":"Entity","uid":"642128317405"},"propertyGroup":{"properties":[{"propertyDescription":"","propertyIsExcludeField":false,"propertyIsRequired":false,"propertyName":"title","propertyType":"String","uid":"896014197197"},{"propertyDescription":"","propertyIsExcludeField":false,"propertyIsRequired":false,"propertyName":"subtitle","propertyType":"String","uid":"951185801447"},{"propertyDescription":"","propertyIsExcludeField":false,"propertyIsRequired":true,"propertyName":"image","propertyType":"Image","uid":"235884769220"},{"propertyDescription":"","propertyIsExcludeField":false,"propertyIsRequired":false,"propertyName":"caption","propertyType":"String","uid":"251010463488"}]},"relationGroup":{"relations":[]}}}],"properties":{"backendModules":[],"description":"","emConf":{"category":"plugin","custom_category":"","dependsOn":"extbase => 1.3.0\nfluid => 1.3.0","disableVersioning":false,"priority":"","shy":false,"state":"alpha","version":"1.00"},"extensionKey":"flexslider","name":"flexSlider","originalExtensionKey":"mm_flexible","persons":[{"company":"Milkmonkey GmbH","email":"andy@milkmonkey.de","name":"Andy Hausmann","role":"Developer"}],"plugins":[{"actions":{"controllerActionCombinations":"","noncacheableActions":"","switchableActions":""},"key":"flexslider","name":"flexSlider"}]},"wires":[],"log":{"last_modified":"2012-04-15 12:02","extension_builder_version":"2.2.0","be_user":"Andy Hausmann (5)"}}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment