Commit 83f88293 authored by Szczepan Musiał's avatar Szczepan Musiał Committed by De Araujo, Renato [CONBR Non-J&J]
Browse files

Issue #3303869 by lamp5, RenatoG: Schema is missing for form settings

parent 4a02582f
Loading
Loading
Loading
Loading
+41 −0
Original line number Diff line number Diff line
@@ -5,3 +5,44 @@ block.block.*.third_party.block_class:
    classes:
      type: string
      label: Additional classes for the block

block_class.settings:
  type: config_object
  label: Block class settings
  mapping:
    maxlength_block_class_field:
      type: integer
    field_type:
      type: string
    default_case:
      type: string
    allow_only_letters_and_numbers:
      type: boolean
    block_classes_stored:
      type: string
    enable_attributes:
      type: boolean
    enable_auto_complete:
      type: boolean
    qty_classes_per_block:
      type: integer
    items_per_page:
      type: integer
    enable_special_chars:
      type: boolean
    qty_attributes_per_block:
      type: integer
    enable_id_replacement:
      type: boolean
    weight_attributes:
      type: integer
    weight_class:
      type: integer
    weight_id:
      type: integer
    filter_html_clean_css_identifier:
      type: text
    maxlength_attributes:
      type: integer
    maxlength_id:
      type: integer
 No newline at end of file