generated from ecomplus/express-app-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
enhancementNew feature or requestNew feature or request
Description
- Create a custom issue template to Add admin settings field:
https://help.github.com/en/github/building-a-strong-community/configuring-issue-templates-for-your-repository - Create a GH Action workflow for issue related event, parse the issue MD body to create JSON and save the value to
admin_settings
property onecom.config.json
; - Then
ecom.config.js
must importecom.config.json
(as a mock) and merge it;
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request