mirror of
https://github.com/silverstripe/silverstripe-userforms.git
synced 2024-10-22 17:05:42 +02:00
Don't use submodules until github downloads support
This commit is contained in:
parent
cc303e01ce
commit
5d3d3e1b00
6
.gitmodules
vendored
6
.gitmodules
vendored
@ -1,6 +0,0 @@
|
||||
[submodule "thirdparty/jquery-validate"]
|
||||
path = thirdparty/jquery-validate
|
||||
url = git://github.com/jzaefferer/jquery-validation.git
|
||||
[submodule "thirdparty/Placeholders.js"]
|
||||
path = thirdparty/Placeholders.js
|
||||
url = git://github.com/jamesallardice/Placeholders.js.git
|
@ -32,8 +32,6 @@ and without getting involved in any PHP code.
|
||||
5. Run in your browser - `/dev/build` to rebuild the database.
|
||||
6. You should see a new PageType in the CMS 'User Defined Form'. This has a new 'Form' tab which has your form builder.
|
||||
|
||||
* PLEASE NOTE! You need to run git submodule update --init --recursive when you git clone the module to fetch the jquery validation submodule.
|
||||
|
||||
## Thanks
|
||||
|
||||
I would like to thank everyone who has contributed to the module, bugfixers,
|
||||
|
@ -2,5 +2,6 @@
|
||||
|
||||
## EditableCountryDropdownField
|
||||
|
||||
EditableCountryDropdownField is gone since the CountryDropdownField and GeoIP code has been removed from the SS framework.
|
||||
EditableCountryDropdownField is gone since the CountryDropdownField and GeoIP
|
||||
code has been removed from the SS framework.
|
||||
|
||||
|
@ -1,6 +1,4 @@
|
||||
<?php
|
||||
|
||||
LeftAndMain::require_javascript('userforms/javascript/FieldEditor.js');
|
||||
LeftAndMain::require_css('userforms/css/FieldEditor.css');
|
||||
|
||||
?>
|
||||
LeftAndMain::require_css('userforms/css/FieldEditor.css');
|
Loading…
Reference in New Issue
Block a user