This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// This configures the rocket-publish module to support publishing | |
module.exports = { | |
name: 'rocketRelease', | |
extend: 'apostrophe-pieces', | |
label: 'Release', | |
addFields: [ | |
{ | |
type: 'string', |