Skip to content
This repository has been archived by the owner on Nov 7, 2018. It is now read-only.

Integrate modifications as options #1

Open
sbruggmann opened this issue Feb 6, 2018 · 0 comments
Open

Integrate modifications as options #1

sbruggmann opened this issue Feb 6, 2018 · 0 comments

Comments

@sbruggmann
Copy link
Collaborator

Current syntax:

'Vendor.Package:ImageCollage':
  superTypes:
    'Neos.Neos:Content': true
    'Vendor.Package:ImageMixin':
      -
        properties:
          '*': 'left*'
      -
        ui: false
        properties:
          '*': 'right*'

Syntax as option:

'Vendor.Package:ImageCollage':
  superTypes:
    'Neos.Neos:Content': true
    'Vendor.Package:ImageMixin': true
  options: 
    'WebExcess.SuperTypesPlus':
      'Vendor.Package:ImageMixin':
        -
          properties:
            '*': 'left*'
        -
          ui: false
          properties:
            '*': 'right*'
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

1 participant