Skip to content

Instantly share code, notes, and snippets.

@mneuhaus
Created November 4, 2012 12:44
Show Gist options
  • Save mneuhaus/4011759 to your computer and use it in GitHub Desktop.
Save mneuhaus/4011759 to your computer and use it in GitHub Desktop.
prototype(TYPO3.Expose:Schema:Famelo.ADU.Domain.Model.Branch) < prototype(TYPO3.Expose:Schema) {
properties {
name {
label = 'Name'
}
branch {
label = 'Übergeordnete Niederlassung'
}
}
}
prototype(TYPO3.Expose:FormLayout).prototype(TYPO3.Expose:Schema:Famelo.ADU.Domain.Model.Branch) < prototype(TYPO3.Expose:Schema) {
properties {
questions {
ignore = true
}
}
}
prototype(TYPO3.Expose:RecordList.Table).prototype(TYPO3.Expose:Schema:Famelo.ADU.Domain.Model.Branch) < prototype(TYPO3.Expose:Schema) {
properties {
branch {
ignore = true
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment