Neos-ui: Improve node creation dialog

Created on 13 Oct 2017  路  10Comments  路  Source: neos/neos-ui

  • Add possibility to set default values for editors in node creation dialog
  • Add some sort of grouping or layout. Right now the elements are too wide.
  • Make all editors work (e.g. those that need secondary inspector)
Enhancement Reminder

Most helpful comment

I would be thankful to have such cool company! Node creation dialog in combination with the node templates package is such a blast a can't describe!

All 10 comments

I will work on this during the sprint (but would be great if somebody wants to share the efforts!)

I'll be at the sprint and don't got any specific topics for now but would like to work on React that week. So would be thankful to help on that and keep learning :)

I would be thankful to have such cool company! Node creation dialog in combination with the node templates package is such a blast a can't describe!

Maybe we could add i18n-Labels for node creation dialog to the list?

@DrillSergeant Uhm no, there's a ticket for that, we just need to provide fallbacks for that. That's super simple to tacke: basically search for all usages of I18n without fallbacks and add the English fallbacks.
Maybe you could give it a try?

@dimaip I was relating to the labels of dialog-elements:

    creationDialog:
      elements:
        date:
          type: DateTime
          ui:
            label: i18n
            editor: 'Neos.Neos/Inspector/Editors/DateTimeEditor'
            editorOptions:
              format: 'd.m.Y'

Shows like this:
image

Not sure if mean the same type of labels.

Ohhh sorry, strange that it doesn't work. I think it deserves a separate issue. Could you open one?

Thanks!

Related: #1034

Was this page helpful?
0 / 5 - 0 ratings

Related issues

lorenzulrich picture lorenzulrich  路  9Comments

pduersteler picture pduersteler  路  8Comments

dennisirmscher picture dennisirmscher  路  7Comments

fheinze picture fheinze  路  3Comments

DrillSergeant picture DrillSergeant  路  9Comments