Advertisement
Guest User

Untitled

a guest
Apr 5th, 2022
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.99 KB | None | 0 0
  1. langcode: en
  2. status: true
  3. dependencies:
  4.   config:
  5.    - filter.format.full_html
  6.   module:
  7.    - ckeditor
  8.     - editor_file
  9.   enforced:
  10.     module:
  11.      - worx_base
  12. third_party_settings:
  13.   editor_file:
  14.     status: true
  15.     scheme: public
  16.     directory: inline-files
  17.     extensions: 'csv pdf rtf txt'
  18.     max_size: ''
  19. format: full_html
  20. editor: ckeditor
  21. settings:
  22.   toolbar:
  23.     rows:
  24.      -
  25.         -
  26.           name: Formatting
  27.           items:
  28.            - Bold
  29.             - Italic
  30.             - Underline
  31.             - Strike
  32.             - Superscript
  33.             - Subscript
  34.             - '-'
  35.             - RemoveFormat
  36.         -
  37.           name: Alignment
  38.           items:
  39.            - JustifyLeft
  40.             - JustifyCenter
  41.             - JustifyRight
  42.             - JustifyBlock
  43.             - '-'
  44.             - Outdent
  45.             - Indent
  46.         -
  47.           name: Lists
  48.           items:
  49.            - BulletedList
  50.             - NumberedList
  51.         -
  52.           name: Undo/Redo
  53.           items:
  54.            - Undo
  55.             - Redo
  56.         -
  57.           name: Cut/Copy/Paste
  58.           items:
  59.            - Cut
  60.             - Copy
  61.             - Paste
  62.             - PasteText
  63.         -
  64.           name: Linking
  65.           items:
  66.            - DrupalLink
  67.             - DrupalUnlink
  68.         -
  69.           name: Media
  70.           items:
  71.            - Blockquote
  72.             - DrupalImage
  73.             - DrupalFile
  74.         -
  75.           name: 'Block Formatting'
  76.           items:
  77.            - Format
  78.         -
  79.           name: Tools
  80.           items:
  81.            - ShowBlocks
  82.             - Source
  83.             - SpecialChar
  84.         -
  85.           name: Table
  86.           items:
  87.            - Table
  88.   plugins:
  89.     stylescombo:
  90.       styles: ''
  91.     language:
  92.       language_list: un
  93.     linkit:
  94.       linkit_profile: ''
  95. image_upload:
  96.   status: true
  97.   scheme: public
  98.   directory: inline-images
  99.   max_size: ''
  100.   max_dimensions:
  101.     width: null
  102.     height: null
  103.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement