Skip to content

Commit

Permalink
Merge pull request #1 from armandoalonso/cli_placeholder
Browse files Browse the repository at this point in the history
Update placeholder properties used for the cli to fill out
  • Loading branch information
armandoalonso authored Aug 19, 2023
2 parents 1cda38b + 711ed27 commit e1831ac
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions behaviors/src/behaviorConfig.js
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
// WARNING: DO NOT EDIT THIS FILE, IT IS AUTOGENERATED
module.exports = {
addonType: "behavior",
id: "behavior_id",
name: "My Behavior",
id: "<@ADDON_ID>",
name: "<@ADDON_NAME>",
version: "1.0.0.0",
category:
// "attributes",
// "movements",
// "other",
"general",
author: "skymen",
author: "<@ADDON_AUTHOR>",
website: "https://www.construct.net",
documentation: "https://www.construct.net",
description: "Description",
Expand Down
6 changes: 3 additions & 3 deletions effects/src/effectConfig.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// WARNING: DO NOT EDIT THIS FILE, IT IS AUTOGENERATED
module.exports = {
addonType: "effect",
id: "effect_id",
name: "My Effect",
id: "<@ADDON_ID>",
name: "<@ADDON_NAME>",
version: "1.0.0.0",
category:
// "blend",
Expand All @@ -11,7 +11,7 @@ module.exports = {
// "tiling",
// "other",
"color",
author: "skymen",
author: "<@ADDON_AUTHOR>",
website: "https://www.construct.net",
documentation: "https://www.construct.net",
description: "Description",
Expand Down
6 changes: 3 additions & 3 deletions plugins/src/pluginConfig.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// WARNING: DO NOT EDIT THIS FILE, IT IS AUTOGENERATED
module.exports = {
addonType: "plugin",
id: "plugin_id",
name: "My Plugin",
id: "<@ADDON_ID>",
name: "<@ADDON_NAME>",
version: "1.0.0.0",
category:
// "3d",
Expand All @@ -15,7 +15,7 @@ module.exports = {
// "web",
// "other"
"general",
author: "skymen",
author: "<@ADDON_AUTHOR>",
website: "https://www.construct.net",
documentation: "https://www.construct.net",
description: "Description",
Expand Down
6 changes: 3 additions & 3 deletions themes/src/themeConfig.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
// WARNING: DO NOT EDIT THIS FILE, IT IS AUTOGENERATED
module.exports = {
addonType: "theme",
id: "theme_id",
name: "My Theme",
id: "<@ADDON_ID>",
name: "<@ADDON_NAME>",
version: "1.0.0.0",
author: "skymen",
author: "<@ADDON_AUTHOR>",
website: "https://www.construct.net",
documentation: "https://www.construct.net",
description: "Description",
Expand Down

0 comments on commit e1831ac

Please sign in to comment.