Closed justintaylor-dev closed 1 month ago
The https://github.com/adobe/create-ccweb-add-on just uses `uuidv4()
https://github.com/adobe/create-ccweb-add-on
https://github.com/adobe/create-ccweb-add-on/blob/9693b492c082fb3a8be32d440028bc5a7d7f1b24/packages/wxp-add-on-scaffolder/src/app/TemplateAddOnBuilder.ts#L244
We're currently using a unique id name e.g. com.bolt.express. Find out if a UUID is needed or if a string works
com.bolt.express
Appears this only matters in development, not publishing:
https://developer.adobe.com/express/add-ons/docs/references/manifest/
Express team confirms testId can be anything, it's just for Dev
The
https://github.com/adobe/create-ccweb-add-on
just uses `uuidv4()https://github.com/adobe/create-ccweb-add-on/blob/9693b492c082fb3a8be32d440028bc5a7d7f1b24/packages/wxp-add-on-scaffolder/src/app/TemplateAddOnBuilder.ts#L244
We're currently using a unique id name e.g.
com.bolt.express
. Find out if a UUID is needed or if a string worksAppears this only matters in development, not publishing:
https://developer.adobe.com/express/add-ons/docs/references/manifest/