Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
token_filter
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
token_filter
Merge requests
!18
Could not authenticate you from Jwt because "Can't verify csrf token authenticity.".
add 'replace_empty' to config schema
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
add 'replace_empty' to config schema
issue/token_filter-3456459:3456459-config-validation
into
2.x
Overview
0
Commits
1
Pipelines
2
Changes
1
Merged
Max Pogonowski
requested to merge
issue/token_filter-3456459:3456459-config-validation
into
2.x
10 months ago
Overview
0
Commits
1
Pipelines
2
Changes
1
Expand
Closes
#3456459
0
0
Merge request reports
Compare
2.x
version 1
801e2be5
10 months ago
2.x (base)
and
latest version
latest version
801e2be5
1 commit,
10 months ago
version 1
801e2be5
1 commit,
10 months ago
1 file
+
8
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
config/schema/token_filter.schema.yml
+
8
−
0
Options
@@ -19,3 +19,11 @@ ckeditor5.plugin.token_filter_token_browser:
sequence
:
type
:
string
label
:
'
Token'
filter_settings.token_filter
:
type
:
mapping
label
:
'
Allows
token
values
to
be
used
as
filters'
mapping
:
replace_empty
:
type
:
boolean
label
:
'
Replace
empty
values'
Loading