We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
references
With #4677 a new syntax was introduced:
'My.Package:NodeWithReferences': references: singleReference: constraints: maxItems: 1 multiReferences: {}
this issue tracks the open todos
showInCreationDialog: true
elements
type: reference
$nodeType->getProperties()
$nodeType->getConfiguration('properties.*')
dataTypes
i18n
constraints.nodeTypes
ui.inspector.editorOptions.nodeTypes: ['My.Website:Author']
node.nodeType.properties
ClientEval:node.references
$nodeType->getPropertyType($foo) === 'references'
$nodeType->hasReference($foo)
getReferences()
q(node).property("reference")
node.properties.reference
The text was updated successfully, but these errors were encountered:
No branches or pull requests
With #4677 a new syntax was introduced:
this issue tracks the open todos
showInCreationDialog: true
BUG: reference type in creation dialog doesn't work neos-ui#3615? Should we still use theelements
area withtype: reference
? Probably yes and we can be happy thatelements
as name was chosen to be more vague.$nodeType->getProperties()
or$nodeType->getConfiguration('properties.*')
dataTypes
i18n
translationconstraints.nodeTypes
works likeui.inspector.editorOptions.nodeTypes: ['My.Website:Author']
node.nodeType.properties
in fusion (like rawcontent mode)ClientEval:node.references
$nodeType->getPropertyType($foo) === 'references'
->$nodeType->hasReference($foo)
$nodeType->getProperties()
is used or array merge withgetReferences()
.q(node).property("reference")
vsnode.properties.reference
because it causes confusion.The text was updated successfully, but these errors were encountered: