fix: Use CDN for all assets (#10417)
Co-authored-by: Nayan <nayan@appsmith.com> Co-authored-by: Arpit Mohan <arpit@appsmith.com>
This commit is contained in:
parent
2a8e37bf3b
commit
6accb9e364
|
|
@ -67,43 +67,37 @@ export const WIDGET_DATA_FIELD_MAP: Record<string, WidgetBindingInfo> = {
|
||||||
label: "items",
|
label: "items",
|
||||||
propertyName: "listData",
|
propertyName: "listData",
|
||||||
widgetName: "List",
|
widgetName: "List",
|
||||||
image:
|
image: "https://assets.appsmith.com/widgetSuggestion/list.svg",
|
||||||
"https://s3.us-east-2.amazonaws.com/assets.appsmith.com/widgetSuggestion/list.svg",
|
|
||||||
},
|
},
|
||||||
TABLE_WIDGET: {
|
TABLE_WIDGET: {
|
||||||
label: "tabledata",
|
label: "tabledata",
|
||||||
propertyName: "tableData",
|
propertyName: "tableData",
|
||||||
widgetName: "Table",
|
widgetName: "Table",
|
||||||
image:
|
image: "https://assets.appsmith.com/widgetSuggestion/table.svg",
|
||||||
"https://s3.us-east-2.amazonaws.com/assets.appsmith.com/widgetSuggestion/table.svg",
|
|
||||||
},
|
},
|
||||||
CHART_WIDGET: {
|
CHART_WIDGET: {
|
||||||
label: "chart-series-data-control",
|
label: "chart-series-data-control",
|
||||||
propertyName: "chartData",
|
propertyName: "chartData",
|
||||||
widgetName: "Chart",
|
widgetName: "Chart",
|
||||||
image:
|
image: "https://assets.appsmith.com/widgetSuggestion/chart.svg",
|
||||||
"https://s3.us-east-2.amazonaws.com/assets.appsmith.com/widgetSuggestion/chart.svg",
|
|
||||||
},
|
},
|
||||||
DROP_DOWN_WIDGET: {
|
DROP_DOWN_WIDGET: {
|
||||||
label: "options",
|
label: "options",
|
||||||
propertyName: "options",
|
propertyName: "options",
|
||||||
widgetName: "Select",
|
widgetName: "Select",
|
||||||
image:
|
image: "https://assets.appsmith.com/widgetSuggestion/dropdown.svg",
|
||||||
"https://s3.us-east-2.amazonaws.com/assets.appsmith.com/widgetSuggestion/dropdown.svg",
|
|
||||||
},
|
},
|
||||||
TEXT_WIDGET: {
|
TEXT_WIDGET: {
|
||||||
label: "text",
|
label: "text",
|
||||||
propertyName: "text",
|
propertyName: "text",
|
||||||
widgetName: "Text",
|
widgetName: "Text",
|
||||||
image:
|
image: "https://assets.appsmith.com/widgetSuggestion/text.svg",
|
||||||
"https://s3.us-east-2.amazonaws.com/assets.appsmith.com/widgetSuggestion/text.svg",
|
|
||||||
},
|
},
|
||||||
INPUT_WIDGET_V2: {
|
INPUT_WIDGET_V2: {
|
||||||
label: "text",
|
label: "text",
|
||||||
propertyName: "defaultText",
|
propertyName: "defaultText",
|
||||||
widgetName: "Input",
|
widgetName: "Input",
|
||||||
image:
|
image: "https://assets.appsmith.com/widgetSuggestion/input.svg",
|
||||||
"https://s3.us-east-2.amazonaws.com/assets.appsmith.com/widgetSuggestion/input.svg",
|
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -8,4 +8,4 @@ This app is built using Appsmith. Turn any datasource into an internal app in mi
|
||||||
|
|
||||||
##### You can visit the application using the below link
|
##### You can visit the application using the below link
|
||||||
|
|
||||||
###### [ ]({{viewModeUrl}}) []({{editModeUrl}})
|
###### [ ]({{viewModeUrl}}) []({{editModeUrl}})
|
||||||
|
|
|
||||||
|
|
@ -2,8 +2,8 @@ package com.appsmith.server.constants;
|
||||||
|
|
||||||
public class Assets {
|
public class Assets {
|
||||||
|
|
||||||
public static final String GENERATE_CRUD_PAGE_SUCCESS_URL_TABULAR = "https://s3.us-east-2.amazonaws.com/assets.appsmith.com/crud/workflow_sql.svg";
|
public static final String GENERATE_CRUD_PAGE_SUCCESS_URL_TABULAR = "https://assets.appsmith.com/crud/workflow_sql.svg";
|
||||||
public static final String GENERATE_CRUD_PAGE_SUCCESS_URL_S3 = "https://s3.us-east-2.amazonaws.com/assets.appsmith.com/crud/workflow_s3.svg";
|
public static final String GENERATE_CRUD_PAGE_SUCCESS_URL_S3 = "https://assets.appsmith.com/crud/workflow_s3.svg";
|
||||||
public final static String GIT_DEPLOY_KEY_DOC_URL = "https://docs.github.com/en/developers/overview/managing-deploy-keys";
|
public final static String GIT_DEPLOY_KEY_DOC_URL = "https://docs.github.com/en/developers/overview/managing-deploy-keys";
|
||||||
public static final String GIT_REVOKE_ACCESS_CONSEQUENCE = "https://docs.github.com/en/repositories/creating-and-managing-repositories/deleting-a-repository";
|
public static final String GIT_REVOKE_ACCESS_CONSEQUENCE = "https://docs.github.com/en/repositories/creating-and-managing-repositories/deleting-a-repository";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -183,7 +183,7 @@
|
||||||
<td style="font-size:6px; line-height:10px; padding-top:36px;"
|
<td style="font-size:6px; line-height:10px; padding-top:36px;"
|
||||||
valign="top" align="center">
|
valign="top" align="center">
|
||||||
<a href="https://www.appsmith.com/">
|
<a href="https://www.appsmith.com/">
|
||||||
<img width="50px" src="https://s3.us-east-2.amazonaws.com/assets.appsmith.com/email/appsmith_logo_20x20.png" />
|
<img width="50px" src="https://assets.appsmith.com/email/appsmith_logo_20x20.png" />
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
@ -225,11 +225,11 @@
|
||||||
</div>
|
</div>
|
||||||
<div style="margin-top:32px">
|
<div style="margin-top:32px">
|
||||||
<a href="https://www.youtube.com/appsmith" style="text-decoration:none">
|
<a href="https://www.youtube.com/appsmith" style="text-decoration:none">
|
||||||
<img width="20px" src="https://s3.us-east-2.amazonaws.com/assets.appsmith.com/email/ic_youtube.png" /></a>
|
<img width="20px" src="https://assets.appsmith.com/email/ic_youtube.png" /></a>
|
||||||
<a href="https://twitter.com/theappsmith" style="margin-left:25px;margin-right:25px;text-decoration:none">
|
<a href="https://twitter.com/theappsmith" style="margin-left:25px;margin-right:25px;text-decoration:none">
|
||||||
<img width="20px" src="https://s3.us-east-2.amazonaws.com/assets.appsmith.com/email/ic_twitter.png" /></a>
|
<img width="20px" src="https://assets.appsmith.com/email/ic_twitter.png" /></a>
|
||||||
<a href="https://www.linkedin.com/company/appsmith" style="text-decoration:none">
|
<a href="https://www.linkedin.com/company/appsmith" style="text-decoration:none">
|
||||||
<img width="20px" src="https://s3.us-east-2.amazonaws.com/assets.appsmith.com/email/ic_linkedin.png" /></a>
|
<img width="20px" src="https://assets.appsmith.com/email/ic_linkedin.png" /></a>
|
||||||
</div>
|
</div>
|
||||||
<div style="font-size:12px;line-height:19px;color:#A9A7A7;margin-top:42px">
|
<div style="font-size:12px;line-height:19px;color:#A9A7A7;margin-top:42px">
|
||||||
2261 Market Street #4147, United States, San Francisco, California, 94114, US
|
2261 Market Street #4147, United States, San Francisco, California, 94114, US
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
plugin.setUiComponent("DbEditorForm");
|
plugin.setUiComponent("DbEditorForm");
|
||||||
plugin.setDatasourceComponent("AutoForm");
|
plugin.setDatasourceComponent("AutoForm");
|
||||||
plugin.setResponseType(Plugin.ResponseType.TABLE);
|
plugin.setResponseType(Plugin.ResponseType.TABLE);
|
||||||
plugin.setIconLocation("https://s3.us-east-2.amazonaws.com/assets.appsmith.com/{{pascalCase name}}.png");
|
plugin.setIconLocation("https://assets.appsmith.com/{{pascalCase name}}.png");
|
||||||
plugin.setDocumentationLink("https://docs.appsmith.com/datasource-reference/querying-{{dashCase name}}");
|
plugin.setDocumentationLink("https://docs.appsmith.com/datasource-reference/querying-{{dashCase name}}");
|
||||||
plugin.setDefaultInstall(false);
|
plugin.setDefaultInstall(false);
|
||||||
try {
|
try {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user