Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit 38d7fd1

Browse files
authored
Merge pull request #83 from BuildFire/ai-custom-content
AI Custom Content
2 parents ef395c6 + b0d6fba commit 38d7fd1

36 files changed

Lines changed: 2984 additions & 224 deletions

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"html-webpack-plugin": "^2.30.1",
2828
"mocha": "^5.0.1",
2929
"style-loader": "^0.20.1",
30+
"uglify-js": "^3.14.5",
3031
"webpack": "^3.11.0",
3132
"webpack-dev-server": "^2.9.2",
3233
"zip-webpack-plugin": "^2.0.0"

plugin.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author":"Buildfire"
3-
,"pluginName":"WebView"
4-
,"pluginDescription":"Seamlessly embed web content into your mobile app with the WebView plugin, enabling smooth integration of external websites, pages, and interactive elements."
3+
,"pluginName":"Web Content"
4+
,"pluginDescription":"Seamlessly embed external website pages as native screens in your app. Also, use our coding terminal or AI assistant to create custom content and interactive elements."
55
,"pluginKeywords":"document,page,iframe,instagram,website"
66
,"supportEmail":"support@buildfire.com"
77
,"supportSite":"https://learn.appdocumentation.com/en/articles/1691379-webview-tutorial"
@@ -15,7 +15,7 @@
1515
"enabled":false
1616
}
1717
, "settings":{
18-
"enabled":false
18+
"enabled": true
1919
}
2020
}
2121
,"widget":{
@@ -44,7 +44,7 @@
4444
},
4545
{
4646
"type": "image-resource",
47-
"path": "5-Analytics-Tab.png"
47+
"path": "5-Custom-Content.png"
4848
}
4949
],
5050
"webpack": 8080

0 commit comments

Comments
 (0)