-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Changed] Finish implementation of client-side validation for basic r…
…ules 'required' and 'email'.
- Loading branch information
Showing
8 changed files
with
546 additions
and
517 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
page = PAGE | ||
|
||
# tw_forms critical javascript and polyfills. Must be included inside <head> of the document! | ||
page.includeJSLibs.tw_forms_critical = EXT:tw_forms/Resources/Public/tw-forms.critical.min.js | ||
|
||
# tw_forms default javascript. Depends on tw-forms.critical.min.js | ||
page.includeJSFooter.tw_forms_default = EXT:tw_forms/Resources/Public/tw-forms.default.min.js |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
# Imports all files ending on .typoscript from the specified folder. It does however not import files from sub folders. | ||
@import 'EXT:tw_forms/Configuration/TypoScript/Setup/*.typoscript' | ||
@import 'EXT:tw_forms/Configuration/TypoScript/Setup/Page/*.typoscript' | ||
@import 'EXT:tw_forms/Configuration/TypoScript/Setup/Plugin/*.typoscript' |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.