PHPackages                             wwwision/neos-creationdialogproperties - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. wwwision/neos-creationdialogproperties

ActiveNeos-package[Utility &amp; Helpers](/categories/utility)

wwwision/neos-creationdialogproperties
======================================

Simple package to easily expose Node properties to the CreationDialog that's available since Neos 3.3.

0.6.2(6y ago)725.3k1[2 issues](https://github.com/bwaidelich/Wwwision.Neos.CreationDialogProperties/issues)[2 PRs](https://github.com/bwaidelich/Wwwision.Neos.CreationDialogProperties/pulls)MITPHP

Since Jan 3Pushed 5y agoCompare

[ Source](https://github.com/bwaidelich/Wwwision.Neos.CreationDialogProperties)[ Packagist](https://packagist.org/packages/wwwision/neos-creationdialogproperties)[ RSS](/packages/wwwision-neos-creationdialogproperties/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (8)Dependencies (1)Versions (11)Used By (0)

Wwwision.Neos.CreationDialogProperties
======================================

[](#wwwisionneoscreationdialogproperties)

Simple package to easily expose Node properties to the *CreationDialog* that's available since Neos 3.3.

DISCLAIMER / BACKGROUND
-----------------------

[](#disclaimer--background)

Neos 3.3 ships with a great new feature called [CreationDialog](https://neos.readthedocs.io/en/stable/CreatingASite/NodeTypes/NodeCreationDialog.html) that allows NodeType definitions to specify a dialog that is displayed upon creation of a corresponding node.

By default a custom *nodeCreationHandler* has to be implemented to process the data of the *CreationDialog*\*. This package provides a generic handler that allows to easily expose certain node properties to be displayed in the dialog.

With Neos 5.1. the functionality of this package has been introduced to the core (see [documentation](https://docs.neos.io/cms/manual/content-repository/node-creation-dialog#add-node-properties-to-the-node-creation-dialog)). Thus there is no version of this package compatible for Neos 5.1 and above.

Usage
-----

[](#usage)

1. Install package via `composer require wwwision/neos-creationdialogproperties`
2. Extend NodeType definitions, adding the `showInCreationDialog` option:

### Example Node Type Configuration

[](#example-node-type-configuration)

```
'Some.Package:Some.NodeType':
  superTypes:
    'Neos.Neos:Content': true
  ui:
    label: 'Some Content Element'
    # ...
  properties:
    'property1':
      type: string
      options:
        showInCreationDialog: true
      validation:
        'Neos.Neos/Validation/NotEmptyValidator': []
      ui:
        label: 'Mandatory link property'
        inspector:
          editor: 'Neos.Neos/Inspector/Editors/LinkEditor'
    'property2':
      type: string
      options:
        showInCreationDialog: true
      ui:
        label: 'Optional selector property'
        inspector:
          editor: 'Neos.Neos/Inspector/Editors/SelectBoxEditor'
          editorOptions:
            values:
              'value1':
                label: 'Label 01'
              'value2':
                label: 'Label 02'
```

The above will result in the following Creation Dialog to be displayed whenever a node of the corresponding type is inserted:

[![Screenshot of the creation dialog](/CreationDialog.png "Neos Creation Dialog")](/CreationDialog.png)

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance14

Infrequent updates — may be unmaintained

Popularity30

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 56.3% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~123 days

Recently: every ~152 days

Total

7

Last Release

2357d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/307571?v=4)[Bastian Waidelich](/maintainers/bwaidelich)[@bwaidelich](https://github.com/bwaidelich)

---

Top Contributors

[![bwaidelich](https://avatars.githubusercontent.com/u/307571?v=4)](https://github.com/bwaidelich "bwaidelich (9 commits)")[![jonnitto](https://avatars.githubusercontent.com/u/4510166?v=4)](https://github.com/jonnitto "jonnitto (6 commits)")[![kdambekalns](https://avatars.githubusercontent.com/u/95873?v=4)](https://github.com/kdambekalns "kdambekalns (1 commits)")

### Embed Badge

![Health badge](/badges/wwwision-neos-creationdialogproperties/health.svg)

```
[![Health](https://phpackages.com/badges/wwwision-neos-creationdialogproperties/health.svg)](https://phpackages.com/packages/wwwision-neos-creationdialogproperties)
```

###  Alternatives

[sitegeist/kaleidoscope

Responsive-images for Neos

29364.3k11](/packages/sitegeist-kaleidoscope)[kaufmanndigital/gdpr-cookieconsent

A ready-to-run package, that integrates an advanced cookie consent banner into your Neos CMS site.

2541.8k](/packages/kaufmanndigital-gdpr-cookieconsent)[neos/seo

SEO configuration and tools for Neos

131.0M28](/packages/neos-seo)[techdivision/ckstyles

Neos package which enables you adding your custom style classes for the CkEditor with a simple Yaml configuration

21175.8k](/packages/techdivision-ckstyles)[sitegeist/taxonomy

Manage vocabularies and taxonomies as separate node-hierarchy.

1593.1k1](/packages/sitegeist-taxonomy)[shel/neos-colorpicker

A plugin for Neos CMS which provides a colorpicker editor

14101.5k6](/packages/shel-neos-colorpicker)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
