Step 2: Create Plugin Folder Structure

First we will create a plugin folder structure. You can think of a plugin as a folder of functions. We recommend a structure like this.

folderStructure

  1. Create a folder called yext-resources-folder
  2. Create a folder inside called plugin-folder
  3. Inside the plugin-folder create three files: _resource.json, mod.ts and test.ts (these can be blank for now)
Feedback