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
|
||||||
!config/*
|
!config/*
|
||||||
!docs/*
|
!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
|
expose_sort_order: true
|
||||||
sort_asc_label: Asc
|
sort_asc_label: Asc
|
||||||
sort_desc_label: Desc
|
sort_desc_label: Desc
|
||||||
text_input_required_format: basic_html
|
text_input_required_format: full_html
|
||||||
pager:
|
pager:
|
||||||
type: mini
|
type: mini
|
||||||
options:
|
options:
|
||||||
|
@ -691,7 +691,7 @@ display:
|
|||||||
tokenize: false
|
tokenize: false
|
||||||
content:
|
content:
|
||||||
value: '<h2>Other clients</h2>'
|
value: '<h2>Other clients</h2>'
|
||||||
format: basic_html
|
format: full_html
|
||||||
plugin_id: text
|
plugin_id: text
|
||||||
defaults:
|
defaults:
|
||||||
footer: false
|
footer: false
|
||||||
|
@ -399,7 +399,7 @@ display:
|
|||||||
tokenize: false
|
tokenize: false
|
||||||
content:
|
content:
|
||||||
value: 'Trainer debriefs will appear here once they are added.'
|
value: 'Trainer debriefs will appear here once they are added.'
|
||||||
format: basic_html
|
format: full_html
|
||||||
plugin_id: text
|
plugin_id: text
|
||||||
relationships:
|
relationships:
|
||||||
oc_case:
|
oc_case:
|
||||||
|
@ -254,7 +254,7 @@ display:
|
|||||||
tokenize: false
|
tokenize: false
|
||||||
content:
|
content:
|
||||||
value: 'There is no Equal Opps record by that name. Please check the spelling'
|
value: 'There is no Equal Opps record by that name. Please check the spelling'
|
||||||
format: basic_html
|
format: full_html
|
||||||
plugin_id: text
|
plugin_id: text
|
||||||
relationships:
|
relationships:
|
||||||
oc_actor:
|
oc_actor:
|
||||||
|
@ -354,7 +354,7 @@ display:
|
|||||||
tokenize: false
|
tokenize: false
|
||||||
content:
|
content:
|
||||||
value: 'Evaluations will appear here once they are added.'
|
value: 'Evaluations will appear here once they are added.'
|
||||||
format: basic_html
|
format: full_html
|
||||||
plugin_id: text
|
plugin_id: text
|
||||||
relationships:
|
relationships:
|
||||||
oc_case:
|
oc_case:
|
||||||
|
Reference in New Issue
Block a user