Class: BlockType

Inherits:
Object show all
Defined in:
lib/block_types.rb

Constant Summary collapse

ALL =
[
  CHROME = 'chrome',
  DIVIDER = 'divider',
  EDIT = 'edit',
  HEADING = 'heading',
  HISTORY = 'history',
  LINK = 'link',
  LOAD = 'load',
  OPTS = 'opts',
  PORT = 'port',
  SAVE = 'save',
  SHELL = 'shell',
  TEXT = 'text',
  UX = 'ux',
  VARS = 'vars',
  VIEW = 'view',
  YAML = 'yaml'
].freeze