Sha256: fe326b20f00092b68431e48dc4d75c93cbc89063dfec692478583776c98b1624
Contents?: true
Size: 750 Bytes
Versions: 4
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.preview.params.none? }
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
lookbook-1.3.4 | config/panels.yml |
lookbook-1.3.3 | config/panels.yml |
lookbook-1.3.1 | config/panels.yml |
lookbook-1.3.0 | config/panels.yml |