Sha256: 97b2dafe03b43fab1543a8c7827764a5657690c8cf0406376d6ca6ffad330b0f

Contents?: true

Size: 750 Bytes

Versions: 12

Compression:

Stored size: 750 Bytes

Contents

shared:
  main:
    - name: preview
      partial: lookbook/inspector/panels/preview
      label: Preview
      hotkey: v

    - name: output
      partial: lookbook/inspector/panels/output
      label: HTML
      hotkey: h

  drawer:
    - name: source
      partial: lookbook/inspector/panels/source
      label: Source
      hotkey: s
      copy: "->(data) { data.examples.map { |e| e.source }.join(\n) }"

    - name: notes
      partial: lookbook/inspector/panels/notes
      label: Notes
      hotkey: n
      disabled: ->(data) { data.examples.select { |e| e.notes.present? }.none? }

    - name: params
      partial: lookbook/inspector/panels/params
      label: Params
      hotkey: p
      disabled: ->(data) { data.context.params.none? }

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
lookbook-1.5.5 config/panels.yml
lookbook-1.5.4 config/panels.yml
lookbook-1.5.3 config/panels.yml
lookbook-1.5.2 config/panels.yml
lookbook-1.5.1 config/panels.yml
lookbook-1.5.0 config/panels.yml
lookbook-1.4.5 config/panels.yml
lookbook-1.4.4 config/panels.yml
lookbook-1.4.3 config/panels.yml
lookbook-1.4.2 config/panels.yml
lookbook-1.4.1 config/panels.yml
lookbook-1.4.0 config/panels.yml