mirror of
https://github.com/silverstripe/silverstripe-userforms.git
synced 2024-10-22 17:05:42 +02:00
Compare commits
1 Commits
3c9f60f0a8
...
e6dd0e92a0
Author | SHA1 | Date | |
---|---|---|---|
|
e6dd0e92a0 |
6
_config.php
Normal file
6
_config.php
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
use SilverStripe\Admin\CMSMenu;
|
||||||
|
use SilverStripe\UserForms\Control\UserDefinedFormAdmin;
|
||||||
|
|
||||||
|
CMSMenu::remove_menu_class(UserDefinedFormAdmin::class);
|
@ -47,8 +47,6 @@ class UserDefinedFormAdmin extends LeftAndMain
|
|||||||
|
|
||||||
private static $url_segment = 'user-forms';
|
private static $url_segment = 'user-forms';
|
||||||
|
|
||||||
private static $ignore_menuitem = true;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var string The name of the folder where form submissions will be placed by default
|
* @var string The name of the folder where form submissions will be placed by default
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user