removed some security review settings from source control as they differ on live
This commit is contained in:
parent
b7e8c8fb47
commit
76532b1bd1
4
.gitignore
vendored
4
.gitignore
vendored
@ -6,3 +6,7 @@
|
||||
!config
|
||||
!config/*
|
||||
!docs/*
|
||||
|
||||
config/security_review.check.security_review-file_perms.yml
|
||||
config/security_review.check.security_review-executable_php.yml
|
||||
config/security_review.checks.yml
|
||||
|
@ -1 +0,0 @@
|
||||
id: security_review-executable_php
|
@ -1 +0,0 @@
|
||||
id: security_review-file_perms
|
@ -1 +0,0 @@
|
||||
{ }
|
@ -47,7 +47,7 @@ display:
|
||||
expose_sort_order: true
|
||||
sort_asc_label: Asc
|
||||
sort_desc_label: Desc
|
||||
text_input_required_format: basic_html
|
||||
text_input_required_format: full_html
|
||||
pager:
|
||||
type: mini
|
||||
options:
|
||||
|
@ -691,7 +691,7 @@ display:
|
||||
tokenize: false
|
||||
content:
|
||||
value: '<h2>Other clients</h2>'
|
||||
format: basic_html
|
||||
format: full_html
|
||||
plugin_id: text
|
||||
defaults:
|
||||
footer: false
|
||||
|
@ -399,7 +399,7 @@ display:
|
||||
tokenize: false
|
||||
content:
|
||||
value: 'Trainer debriefs will appear here once they are added.'
|
||||
format: basic_html
|
||||
format: full_html
|
||||
plugin_id: text
|
||||
relationships:
|
||||
oc_case:
|
||||
|
@ -254,7 +254,7 @@ display:
|
||||
tokenize: false
|
||||
content:
|
||||
value: 'There is no Equal Opps record by that name. Please check the spelling'
|
||||
format: basic_html
|
||||
format: full_html
|
||||
plugin_id: text
|
||||
relationships:
|
||||
oc_actor:
|
||||
|
@ -354,7 +354,7 @@ display:
|
||||
tokenize: false
|
||||
content:
|
||||
value: 'Evaluations will appear here once they are added.'
|
||||
format: basic_html
|
||||
format: full_html
|
||||
plugin_id: text
|
||||
relationships:
|
||||
oc_case:
|
||||
|
Reference in New Issue
Block a user