Skip to content

Instantly share code, notes, and snippets.

@mneuhaus
Last active August 29, 2015 14:04
Show Gist options
  • Save mneuhaus/8bd243ac0122385170d0 to your computer and use it in GitHub Desktop.
Save mneuhaus/8bd243ac0122385170d0 to your computer and use it in GitHub Desktop.
<?php
class...{
/**
* @Flow\Inject(setting="tagAttributes", package="TYPO3.Fluid")
* @var array
*/
property $tagAttributes;
}
TYPO3:
Fluid:
tagAttributes:
global:
- accesskey
- class
- contenteditable
- dir
- draggable
- dropzone
- hidden
- id
- lang
- spellcheck
- style
- tabindex
- title
- translate
input:
- accept
- alt
- autocomplete
- autofocus
- checked
- dirname
- disabled
- form
- formaction
- formenctype
- formmethod
- formnovalidate
- formtarget
- height
- list
- max
- maxlength
- min
- minlength
- multiple
- name
- pattern
- placeholder
- readonly
- required
- size
- src
- step
- type
- value
- width
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment