Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 61d699c

Browse files
committedDec 31, 2024·
export production config
1 parent e0cfdb7 commit 61d699c

5 files changed

+762
-7
lines changed
 

‎config/editor.editor.full_html.yml

-3
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ settings:
2323
- bulletedList
2424
- numberedList
2525
- '|'
26-
- sourceEditing
2726
- blockQuote
2827
- drupalInsertImage
2928
- insertTable
@@ -45,8 +44,6 @@ settings:
4544
reversed: true
4645
startIndex: true
4746
multiBlock: true
48-
ckeditor5_sourceEditing:
49-
allowed_tags: { }
5047
linkit_extension:
5148
linkit_enabled: true
5249
linkit_profile: default

‎config/simple_block.simple_block.claro_new_cms.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ dependencies:
77
id: claro_new_cms
88
title: 'New CMS'
99
content:
10-
value: "<p class=\"block-simple-blockclaro_new_cms\">SF.gov will be moving to a new CMS in January 2025. Learn more at the <a href=\"https://sfdigitalservices.gitbook.io/sf.gov-editor-help-center/welcome/your-guide-to-the-karl-transition\">Karl transition guide</a>.</p><style>.block-simple-blockclaro_new_cms{ \r\nbackground: #edf4f7;\r\n border-radius: 8px;\r\n padding: 5px 26px;\r\n color: #1c3e57;\r\n margin-bottom: 1rem;\r\n font-family: \"Rubik\", sans-serif;\r\n font-size: 16px; }\r\n.block-simple-blockclaro_new_cms a {\r\ncolor: #1c3e57;\r\n}\r\n</style>"
10+
value: "<p class=\"block-simple-blockclaro_new_cms\">SF.gov is moving to a new CMS in January 2025. <a href=\"https://api.sf.gov/sso/login?next=/admin/\">Login</a> to complete the new required training for access to edit in the new system. Learn more in the <a href=\"https://sfdigitalservices.gitbook.io/sf.gov-editor-help-center/welcome/your-guide-to-the-karl-transition\">Karl transition guide</a>.</p><style>.block-simple-blockclaro_new_cms{ \r\nbackground: #edf4f7;\r\n border-radius: 8px;\r\n padding: 5px 26px;\r\n color: #1c3e57;\r\n margin-bottom: 1rem;\r\n font-family: \"Rubik\", sans-serif;\r\n font-size: 16px; }\r\n.block-simple-blockclaro_new_cms a {\r\ncolor: #1c3e57;\r\n}\r\n</style>"
1111
format: full_html

1 commit comments

Comments
 (1)

aekong commented on Dec 31, 2024

@aekong
CollaboratorAuthor

Visit Site

Created multidev environment pr-1737 for sfgov.

Please sign in to comment.