Download the PHP package psmb/createnodebutton without Composer

On this page you can find all versions of the php package psmb/createnodebutton. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package createnodebutton

Psmb.CreateNodeButton

Create nodes in Neos even without using the tree...

Sometimes you have all of your nodes stored under one node and ordered by date (e.g. news nodes). Using the tree for adding nodes doesn't make any sense, as it gets painfully slow with a lot of nodes, and you have to manually select the correct position for the new node, which is error-prone. This package provides an inspector view (for the new Neos UI) and Psmb.CreateNodeButton:CreateNodeButton Fusion object (for the old UI), which allow you to create nodes in a predefined position in one click of a button.

Inspector View for the new Neos UI based on React (enabled by default in Neos 3.3 LTS+)

Demo

You can use the CreateNodeMixin which adds the view as a separate Tab. Override the node type settings as needed:

You can also use the create node button globally in the header of Neos (besides the Edit/Preview navigation). To make use of this feature, you need to enable it in you Settings.yaml file:

Further options are identical with those in the CreateNodeMixin. Refer to Configuration/Settings.yaml of the package for a full reference.

Fusion Object for the old Neos UI (enabled by default before Neos 3.3 LTS)

Demo

Just output this TS object somewhere on your page. This will render a form, to create new nodes of type Your:NodeType, after the current node.

You can modify it to create new nodes inside another page /sites/site/news node.

Possible values for the position are: before, into and after.

Note: If you use this on the site node with the default position, a new node will be created outside the current site. You must use into in that case.

Hide nodes of a certain type in the tree

As initially stated, using this package makes sense of you have a lot of nodes, slowing down the trees and making it hard for editors to have a good user experience. Neos allows you to filter out nodes of a given type from the tree:

Credits for the idea go to Aske Ertmann.

That's all, folks!


All versions of createnodebutton with dependencies

PHP Build Version
Package Version
Requires neos/neos Version *
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package psmb/createnodebutton contains the following files

Loading the files please wait ...