Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
alt_text_validation
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
alt_text_validation
Merge requests
!30
Issue
#3495141
: Creates rule field.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Issue
#3495141
: Creates rule field.
issue/alt_text_validation-3495141:3495141-add-custom-field
into
1.0.x
Overview
17
Commits
8
Pipelines
10
Changes
11
Merged
Steve Wirt
requested to merge
issue/alt_text_validation-3495141:3495141-add-custom-field
into
1.0.x
4 months ago
Overview
17
Commits
8
Pipelines
10
Changes
11
Expand
Closes
#3495141
0
0
Merge request reports
Compare
1.0.x
version 11
3c890817
1 month ago
version 10
5b433f3e
1 month ago
version 9
f968f905
1 month ago
version 8
26026300
1 month ago
version 7
2e4cccf4
1 month ago
version 6
2e4cccf4
2 months ago
version 5
f64caf1c
2 months ago
version 4
a4066dbf
2 months ago
version 3
6c91ace7
3 months ago
version 2
6c91ace7
4 months ago
version 1
25e30dc8
4 months ago
1.0.x (base)
and
latest version
latest version
09d2f1e9
8 commits,
1 month ago
version 11
3c890817
7 commits,
1 month ago
version 10
5b433f3e
6 commits,
1 month ago
version 9
f968f905
5 commits,
1 month ago
version 8
26026300
4 commits,
1 month ago
version 7
2e4cccf4
3 commits,
1 month ago
version 6
2e4cccf4
3 commits,
2 months ago
version 5
f64caf1c
3 commits,
2 months ago
version 4
a4066dbf
3 commits,
2 months ago
version 3
6c91ace7
2 commits,
3 months ago
version 2
6c91ace7
2 commits,
4 months ago
version 1
25e30dc8
1 commit,
4 months ago
11 files
+
785
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
11
Search (e.g. *.vue) (Ctrl+P)
config/schema/alt_text_validation.schema.yml
+
35
−
0
Options
@@ -36,3 +36,38 @@ alt_text_validation_audit:
file_source
:
type
:
string
label
:
'
File
source
location'
# The Alt-Text Rule Configuration Entity
alt_text_validation.alt_text_rule.*
:
type
:
config_entity
label
:
'
Alt-Text
Rule'
mapping
:
id
:
type
:
string
label
:
'
ID'
translatable
:
false
label
:
type
:
label
label
:
'
Label'
translatable
:
true
rule_type
:
type
:
string
label
:
'
Rule
Type'
translatable
:
false
content_char_limit
:
type
:
integer
label
:
'
Content
Character
Limit'
translatable
:
false
text_to_compare
:
type
:
text
label
:
'
Text
to
Compare'
translatable
:
true
violation_action
:
type
:
string
label
:
'
Violation
Action'
translatable
:
false
violation_message
:
type
:
text
label
:
'
Violation
Message'
translatable
:
true
Loading