Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 473 Bytes

installationconfiguration.md

File metadata and controls

16 lines (13 loc) · 473 Bytes

Installation and Configuration of Consumer

Installation

In a terminal

composer require antonythorpe/consumer

Configuration

When Consumer.publishPages is set to true (the default), any changes to a dataobject, where the dataobject is an extension of the Page class and has been previously published, is staged to Live.

Consumer:
  publishPages: false  # don't stage to Live

See the Documentation for the next step.