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",
|
||||
propertyName: "listData",
|
||||
widgetName: "List",
|
||||
image:
|
||||
"https://s3.us-east-2.amazonaws.com/assets.appsmith.com/widgetSuggestion/list.svg",
|
||||
image: "https://assets.appsmith.com/widgetSuggestion/list.svg",
|
||||
},
|
||||
TABLE_WIDGET: {
|
||||
label: "tabledata",
|
||||
propertyName: "tableData",
|
||||
widgetName: "Table",
|
||||
image:
|
||||
"https://s3.us-east-2.amazonaws.com/assets.appsmith.com/widgetSuggestion/table.svg",
|
||||
image: "https://assets.appsmith.com/widgetSuggestion/table.svg",
|
||||
},
|
||||
CHART_WIDGET: {
|
||||
label: "chart-series-data-control",
|
||||
propertyName: "chartData",
|
||||
widgetName: "Chart",
|
||||
image:
|
||||
"https://s3.us-east-2.amazonaws.com/assets.appsmith.com/widgetSuggestion/chart.svg",
|
||||
image: "https://assets.appsmith.com/widgetSuggestion/chart.svg",
|
||||
},
|
||||
DROP_DOWN_WIDGET: {
|
||||
label: "options",
|
||||
propertyName: "options",
|
||||
widgetName: "Select",
|
||||
image:
|
||||
"https://s3.us-east-2.amazonaws.com/assets.appsmith.com/widgetSuggestion/dropdown.svg",
|
||||
image: "https://assets.appsmith.com/widgetSuggestion/dropdown.svg",
|
||||
},
|
||||
TEXT_WIDGET: {
|
||||
label: "text",
|
||||
propertyName: "text",
|
||||
widgetName: "Text",
|
||||
image:
|
||||
"https://s3.us-east-2.amazonaws.com/assets.appsmith.com/widgetSuggestion/text.svg",
|
||||
image: "https://assets.appsmith.com/widgetSuggestion/text.svg",
|
||||
},
|
||||
INPUT_WIDGET_V2: {
|
||||
label: "text",
|
||||
propertyName: "defaultText",
|
||||
widgetName: "Input",
|
||||
image:
|
||||
"https://s3.us-east-2.amazonaws.com/assets.appsmith.com/widgetSuggestion/input.svg",
|
||||
image: "https://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
|
||||
|
||||
###### [ ]({{viewModeUrl}}) []({{editModeUrl}})
|
||||
###### [ ]({{viewModeUrl}}) []({{editModeUrl}})
|
||||
|
|
|
|||
|
|
@ -2,8 +2,8 @@ package com.appsmith.server.constants;
|
|||
|
||||
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_S3 = "https://s3.us-east-2.amazonaws.com/assets.appsmith.com/crud/workflow_s3.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://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 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;"
|
||||
valign="top" align="center">
|
||||
<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>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
@ -225,11 +225,11 @@
|
|||
</div>
|
||||
<div style="margin-top:32px">
|
||||
<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">
|
||||
<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">
|
||||
<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 style="font-size:12px;line-height:19px;color:#A9A7A7;margin-top:42px">
|
||||
2261 Market Street #4147, United States, San Francisco, California, 94114, US
|
||||
|
|
@ -265,4 +265,4 @@
|
|||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
plugin.setUiComponent("DbEditorForm");
|
||||
plugin.setDatasourceComponent("AutoForm");
|
||||
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.setDefaultInstall(false);
|
||||
try {
|
||||
|
|
@ -17,4 +17,4 @@
|
|||
log.warn(plugin.getPackageName() + " already present in database.");
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user