Your IP : 216.73.217.112


Current Path : /home/z/i/e/zieirix/www/media/gantry5/engines/nucleus/admin/blueprints/layout/inheritance/
Upload File :
Current File : /home/z/i/e/zieirix/www/media/gantry5/engines/nucleus/admin/blueprints/layout/inheritance/atom.yaml

name: Inheritance
description: Atom inheritance tab
type: atom.inheritance

form:
  fields:
    mode:
      type: input.radios
      label: Mode
      description: Whether to clone or inherit the atom properties
      default: inherit
      options:
        clone: Clone
        inherit: Inherit

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

    atom:
      type: gantry.atoms
      id: g-inherit-atom
      outline_field: outline
      label: Atom Instance
      description: Atom to inherit from

    include:
      type: input.multicheckbox
      label: Replace
      description: Which parts of the Atom to inherit?
      options:
        attributes: Atom Attributes