mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-09-17 14:21:14 +00:00
rollback icon changes
This commit is contained in:
@@ -95,7 +95,6 @@
|
|||||||
],
|
],
|
||||||
"styles": [
|
"styles": [
|
||||||
"app/src/assets/fonts/material-icons/material-icons.css",
|
"app/src/assets/fonts/material-icons/material-icons.css",
|
||||||
"app/src/assets/fonts/material-icons/material-icons-outlined.css",
|
|
||||||
"app/src/assets/fonts/OpenSans/OpenSans.css",
|
"app/src/assets/fonts/OpenSans/OpenSans.css",
|
||||||
"node_modules/cropperjs/dist/cropper.min.css",
|
"node_modules/cropperjs/dist/cropper.min.css",
|
||||||
"node_modules/pdfjs-dist/web/pdf_viewer.css",
|
"node_modules/pdfjs-dist/web/pdf_viewer.css",
|
||||||
|
@@ -280,7 +280,7 @@
|
|||||||
{
|
{
|
||||||
"id": "app.create.folder",
|
"id": "app.create.folder",
|
||||||
"order": 100,
|
"order": 100,
|
||||||
"icon": "create_new_folder_outline",
|
"icon": "create_new_folder",
|
||||||
"title": "APP.NEW_MENU.MENU_ITEMS.CREATE_FOLDER",
|
"title": "APP.NEW_MENU.MENU_ITEMS.CREATE_FOLDER",
|
||||||
"description": "APP.NEW_MENU.TOOLTIPS.CREATE_FOLDER",
|
"description": "APP.NEW_MENU.TOOLTIPS.CREATE_FOLDER",
|
||||||
"description-disabled": "APP.NEW_MENU.TOOLTIPS.CREATE_FOLDER_NOT_ALLOWED",
|
"description-disabled": "APP.NEW_MENU.TOOLTIPS.CREATE_FOLDER_NOT_ALLOWED",
|
||||||
@@ -296,7 +296,7 @@
|
|||||||
"order": 200,
|
"order": 200,
|
||||||
"title": "APP.NEW_MENU.MENU_ITEMS.CREATE_LIBRARY",
|
"title": "APP.NEW_MENU.MENU_ITEMS.CREATE_LIBRARY",
|
||||||
"description": "APP.NEW_MENU.TOOLTIPS.CREATE_LIBRARY",
|
"description": "APP.NEW_MENU.TOOLTIPS.CREATE_LIBRARY",
|
||||||
"icon": "library_add_outline",
|
"icon": "create_new_folder",
|
||||||
"actions": {
|
"actions": {
|
||||||
"click": "CREATE_LIBRARY"
|
"click": "CREATE_LIBRARY"
|
||||||
},
|
},
|
||||||
@@ -307,7 +307,7 @@
|
|||||||
{
|
{
|
||||||
"id": "app.create.fileFromTemplate",
|
"id": "app.create.fileFromTemplate",
|
||||||
"order": 300,
|
"order": 300,
|
||||||
"icon": "description_outline",
|
"icon": "description",
|
||||||
"title": "APP.NEW_MENU.MENU_ITEMS.FILE_TEMPLATE",
|
"title": "APP.NEW_MENU.MENU_ITEMS.FILE_TEMPLATE",
|
||||||
"description": "APP.NEW_MENU.MENU_ITEMS.FILE_TEMPLATE",
|
"description": "APP.NEW_MENU.MENU_ITEMS.FILE_TEMPLATE",
|
||||||
"description-disabled": "APP.NEW_MENU.TOOLTIPS.CREATE_FILE_NOT_ALLOWED",
|
"description-disabled": "APP.NEW_MENU.TOOLTIPS.CREATE_FILE_NOT_ALLOWED",
|
||||||
@@ -321,7 +321,7 @@
|
|||||||
{
|
{
|
||||||
"id": "app.create.folderFromTemplate",
|
"id": "app.create.folderFromTemplate",
|
||||||
"order": 400,
|
"order": 400,
|
||||||
"icon": "create_new_folder_outline",
|
"icon": "create_new_folder",
|
||||||
"title": "APP.NEW_MENU.MENU_ITEMS.FOLDER_TEMPLATE",
|
"title": "APP.NEW_MENU.MENU_ITEMS.FOLDER_TEMPLATE",
|
||||||
"description": "APP.NEW_MENU.MENU_ITEMS.FOLDER_TEMPLATE",
|
"description": "APP.NEW_MENU.MENU_ITEMS.FOLDER_TEMPLATE",
|
||||||
"description-disabled": "APP.NEW_MENU.TOOLTIPS.CREATE_FOLDER_NOT_ALLOWED",
|
"description-disabled": "APP.NEW_MENU.TOOLTIPS.CREATE_FOLDER_NOT_ALLOWED",
|
||||||
|
Reference in New Issue
Block a user