Unverified Commit 0ad07d10 authored by Stefan Auditor's avatar Stefan Auditor
Browse files

Issue #3273776: Add formatter config schema

parent 89fe92d0
Loading
Loading
Loading
Loading
+65 −0
Original line number Diff line number Diff line
field.formatter.settings.clipboard:
  type: mapping
  label: Clipboard.js formatter settings
  mapping:
    label:
      type: string
      label: Label
    alert_style:
      type: string
      label: Alert style
    alert_text:
      type: string
      label: Alert text
field.formatter.settings.clipboard_button:
  type: mapping
  label: Clipboard.js Button formatter settings
  mapping:
    label:
      type: string
      label: Label
    alert_style:
      type: string
      label: Alert style
    alert_text:
      type: string
      label: Alert text
field.formatter.settings.clipboard_snippet:
  type: mapping
  label: Clipboard.js Snippet formatter settings
  mapping:
    label:
      type: string
      label: Label
    alert_style:
      type: string
      label: Alert style
    alert_text:
      type: string
      label: Alert text
field.formatter.settings.clipboardjs_textarea:
  type: mapping
  label: Clipboard.js Textarea formatter settings
  mapping:
    label:
      type: string
      label: Label
    alert_style:
      type: string
      label: Alert style
    alert_text:
      type: string
      label: Alert text
field.formatter.settings.clipboard_textfield:
  type: mapping
  label: Clipboard.js Textfield formatter settings
  mapping:
    label:
      type: string
      label: Label
    alert_style:
      type: string
      label: Alert style
    alert_text:
      type: string
      label: Alert text