Your IP : 216.73.217.112


Current Path : /home/zieirix/www/media/gantry5/engines/nucleus/admin/blueprints/layout/inheritance/
Upload File :
Current File : /home/zieirix/www/media/gantry5/engines/nucleus/admin/blueprints/layout/inheritance/offcanvas.yaml

name: Inheritance
description: Offcanvas inheritance tab
type: offcanvas.inheritance

form:
  fields:
    mode:
      type: input.radios
      label: Mode
      description: 'Whether to clone or inherit the particle properties. <code>inherit</code> makes the Offcanvas identical to that of the inherited outline.'
      default: inherit
      options:
        clone: Clone
        inherit: Inherit

    outline:
      type: gantry.outlines
      label: Outline
      description: Outline to inherit from.
      selectize:
        allowEmptyOption: true
      options:
        '': No Inheritance

    include:
      type: input.multicheckbox
      label: Replace
      description: Which parts of the Offcanvas to inherit?
      options:
        attributes: Offcanvas Attributes
        block: Block Attributes
        children: Particles within Offcanvas