Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 691 Bytes

File metadata and controls

12 lines (8 loc) · 691 Bytes

Content Experience Google Docs Plugin

This plugin let's users of Google Docs utilise the features of Content Experience from within their Google documents

Setup

  1. Install clasp with npm install @google/clasp -g
  2. Run clasp login and enter the credentials of the Google account which owns this plugin.
  3. The project is setup to push the code to the appropriate Google Scripts project. This is done via appsscript.json and .clasp.json files. Do not edit these unless you are making changes to the Script project.
  4. Run clasp push to push the code to the Google Scripts project.

Learn more about clasp here