Sha256: edb8456cc8c349c9f1c48bafa460aa6e3121ca9db3aa128f7b089ece9663c7f3

Contents?: true

Size: 657 Bytes

Versions: 28

Compression:

Stored size: 657 Bytes

Contents

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

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

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

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

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

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
lookbook-2.3.4 config/panels.yml
lookbook-2.3.3 config/panels.yml
lookbook-2.3.2 config/panels.yml
lookbook-2.3.0 config/panels.yml
lookbook-2.2.2 config/panels.yml
lookbook-2.2.1 config/panels.yml
lookbook-2.2.0 config/panels.yml
lookbook-2.1.1 config/panels.yml
lookbook-2.1.0 config/panels.yml
lookbook-2.0.5 config/panels.yml
lookbook-2.0.4 config/panels.yml
lookbook-2.0.3 config/panels.yml
lookbook-2.0.2 config/panels.yml
lookbook-2.0.1 config/panels.yml
lookbook-2.0.0 config/panels.yml
lookbook-2.0.0.rc.3 config/panels.yml
lookbook-2.0.0.rc.2 config/panels.yml
lookbook-2.0.0.rc.1 config/panels.yml
lookbook-2.0.0.beta.9 config/panels.yml
lookbook-2.0.0.beta.8 config/panels.yml