Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
typo3
qfq
Commits
4c5eea95
Commit
4c5eea95
authored
May 05, 2019
by
Carsten Rose
Browse files
formEditor.sql: Add specific pattern message for Form.name allowed characters
parent
c8c72d5d
Pipeline
#1833
passed with stage
in 2 minutes and 11 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
extension/Source/sql/formEditor.sql
View file @
4c5eea95
...
...
@@ -197,7 +197,8 @@ VALUES
#
Basic
(
1
,
'name'
,
'Name'
,
'required'
,
'text'
,
'pattern'
,
'native'
,
110
,
0
,
0
,
'<a href="{{documentation:Y}}#form-name">Info</a>'
,
''
,
''
,
''
,
'autofocus'
,
'<a href="{{documentation:Y}}#form-name">Info</a>'
,
''
,
''
,
''
,
'autofocus
\n
data-pattern-error=Allowed characters: alphabet, number or . - +'
,
1
,
''
,
''
,
''
,
'specialchar'
,
'no'
,
'[a-zA-Z0-9._+-]+'
),
(
1
,
'title'
,
'Title'
,
'show'
,
'text'
,
'all'
,
'native'
,
120
,
0
,
0
,
'<a href="{{documentation:Y}}#form-title">Info</a>'
,
''
,
''
,
''
,
''
,
1
,
''
,
''
,
''
,
'none'
,
'no'
,
''
),
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment