Skip to content

Commit 0a33f59

Browse files
committed
Fix mentions thing again
1 parent 353a0d2 commit 0a33f59

5 files changed

+30
-7
lines changed

Diff for: config/editor.editor.basic_html.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,13 @@ settings:
4545
plugins:
4646
stylescombo:
4747
styles: ''
48+
language:
49+
language_list: un
4850
image_upload:
4951
status: true
50-
scheme: public
52+
scheme: private
5153
directory: inline-images
5254
max_size: ''
5355
max_dimensions:
54-
width: 0
55-
height: 0
56+
width: null
57+
height: null

Diff for: config/filter.format.basic_html.yml

+11-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ status: true
44
dependencies:
55
module:
66
- editor
7+
- mentions
78
_core:
89
default_config_hash: Myn8s2mj1Z1gdYZEra7cRipwLoHjsGef2RiLCO_E2-k
910
name: 'Basic HTML'
@@ -16,7 +17,7 @@ filters:
1617
status: true
1718
weight: -10
1819
settings:
19-
allowed_html: '<a href hreflang> <em> <strong> <cite> <blockquote cite> <code> <ul type> <ol start type> <li> <dl> <dt> <dd> <h2 id> <h3 id> <h4 id> <h5 id> <h6 id> <p> <br> <span> <img src alt height width data-entity-type data-entity-uuid data-align data-caption>'
20+
allowed_html: '<a href hreflang> <em> <strong> <cite> <blockquote cite> <code> <ul type> <ol start type> <li> <dl> <dt> <dd> <h2 id> <h3 id> <h4 id> <h5 id> <h6 id> <p> <br> <span> <img src alt data-entity-type data-entity-uuid data-align data-caption width height>'
2021
filter_html_help: false
2122
filter_html_nofollow: false
2223
filter_align:
@@ -56,3 +57,12 @@ filters:
5657
status: true
5758
weight: 0
5859
settings: { }
60+
filter_mentions:
61+
id: filter_mentions
62+
provider: mentions
63+
status: true
64+
weight: -10
65+
settings:
66+
mentions_filter:
67+
ProfileMention: '0'
68+
UserMention: '0'

Diff for: config/filter.format.restricted_html.yml

+12-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
uuid: 7b1e85ba-c015-4699-b9f9-79a01909ae8e
22
langcode: en
33
status: true
4-
dependencies: { }
4+
dependencies:
5+
module:
6+
- mentions
57
_core:
68
default_config_hash: svzvsrZlfyHwBHGze539jJhmQPyb-CLVSc_jNHreKLw
79
name: 'Restricted HTML'
@@ -30,3 +32,12 @@ filters:
3032
weight: 0
3133
settings:
3234
filter_url_length: 72
35+
filter_mentions:
36+
id: filter_mentions
37+
provider: mentions
38+
status: true
39+
weight: -10
40+
settings:
41+
mentions_filter:
42+
ProfileMention: ProfileMention
43+
UserMention: UserMention

Diff for: config/user.role.anonymous.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ dependencies: { }
55
_core:
66
default_config_hash: j5zLMOdJBqC0bMvSdth5UebkprJB8g_2FXHqhfpJzow
77
id: anonymous
8-
label: 'Anonym bruker'
8+
label: 'Anonymous user'
99
weight: 0
1010
is_admin: false
1111
permissions:

Diff for: config/user.role.authenticated.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ dependencies: { }
55
_core:
66
default_config_hash: dJ0L2DNSj5q6XVZAGsuVDpJTh5UeYkIPwKrUOOpr8YI
77
id: authenticated
8-
label: 'Autentisert bruker'
8+
label: 'Authenticated user'
99
weight: 1
1010
is_admin: false
1111
permissions:

0 commit comments

Comments
 (0)