[ACS-11271] Rebranding of FE apps (#5103)

This commit is contained in:
Dominik Iwanek
2026-03-19 08:58:14 +01:00
committed by GitHub
parent d1b7b051de
commit 40f758c895
16 changed files with 53 additions and 338 deletions
+1 -1
View File
@@ -84,7 +84,7 @@ The default logo displayed in the top left corner of the Alfresco Content Applic
```json
{
"application": {
"logo": "/assets/images/alfresco-logo-white.svg"
"logo": "/assets/images/updated-alfresco-logo.svg"
}
}
```
+1 -1
View File
@@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0" />
<title>Alfresco Content App</title>
<link rel="stylesheet" href="https://unpkg.com/docute@3/dist/docute.css" />
<link rel="icon" type="image/png" href="favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/svg-xml" href="favicon-96x96.svg" sizes="96x96" />
</head>
<body>
<div id="app"></div>
+1 -1
View File
@@ -84,7 +84,7 @@ Alfresco コンテンツアプリケーションの左上隅に表示される
```json
{
"application": {
"logo": "/assets/images/alfresco-logo-white.svg"
"logo": "/assets/images/updated-alfresco-logo.svg"
}
}
```
+1 -1
View File
@@ -9,7 +9,7 @@
/>
<title>Alfresco Content App</title>
<link rel="stylesheet" href="https://unpkg.com/docute@3/dist/docute.css" />
<link rel="icon" type="image/png" href="favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/svg-xml" href="favicon-96x96.svg" sizes="96x96" />
</head>
<body>