Download the PHP package nswdpc/silverstripe-thereisnouserform without Composer
On this page you can find all versions of the php package nswdpc/silverstripe-thereisnouserform. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download nswdpc/silverstripe-thereisnouserform
More information about nswdpc/silverstripe-thereisnouserform
Files in nswdpc/silverstripe-thereisnouserform
Package silverstripe-thereisnouserform
Short Description This module hides User Defined Form pages in the CMS when using silverstripe/userforms together with dnadesign/silverstripe-elemental-userforms
License BSD-3-Clause
Informations about the package silverstripe-thereisnouserform
User form page selection hiding
Assists content editors in avoiding Inception-style situations where userform pages can contain elemental form elements.
It favours the elemental page building approach, and so:
- The extension blocks "User Form" page type creation in the CMS (canCreate = false)
- The configuration adds
SilverStripe\UserForms\Model\UserDefinedForm
as a hidden ancestor ofPage
After this module is added, the only way to add user defined forms to a site is via the Form content element.
If your project contains dnadesign/silverstripe-elemental-userforms
already, add this module to provide the required configuration.
If it doesn't, add this module via composer and it will install the module and its requirements.
Installation
The only support way of installing this module is via composer:
Roadmap
Hopefully in the future this module won't be required.
License
BSD-3-Clause
Maintainers
Bugtracker
We welcome bug reports, pull requests and feature requests on the Github Issue tracker for this project.
Please review the code of conduct prior to opening a new issue.
Security
If you have found a security issue with this module, please email digital[@]dpc.nsw.gov.au in the first instance, detailing your findings.
Development and contribution
If you would like to make contributions to the module please ensure you raise a pull request and discuss with the module maintainers.
Please review the code of conduct prior to completing a pull request.