Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion ui.apps/src/main/content/META-INF/vault/filter.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,5 @@
<include pattern="/apps/cq/experience-fragments/content/editor/jcr:content/sidepanels/edit/items/tabs/items/includeFrontifyTab(/.*)?"/>
</filter>

<filter root="/content/dam/frontify-aem-connector" mode="merge"/>
<filter root="/etc/cloudservices/ffyconfig" mode="merge"/>
</workspaceFilter>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 0 additions & 8 deletions ui.apps/src/main/content/jcr_root/content/.content.xml

This file was deleted.

4 changes: 0 additions & 4 deletions ui.apps/src/main/content/jcr_root/content/dam/.content.xml

This file was deleted.

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
}

.coral3-Icon--frontify {
background-image: url('/content/dam/frontify-aem-connector/frontify-drop-mark-main-rgb.png/_jcr_content/renditions/cq5dam.web.1280.1280.png');
background-image: url('/etc.clientlibs/frontify-aem-connector/clientlibs/clientlib-author/resources/frontify-nook-gray.svg');
width: 24px;
height: 18px;
filter: saturate(0%);
Expand Down Expand Up @@ -116,4 +116,4 @@
.sidepanel .frontify-content-panel.content-panel.editor-SidePanel-results {
max-height: 85vh;
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,6 @@ async function handleUpdateAssetList(endpoint, domain) {
workspaceProject: library(id: "$library") {
id
name
assetCount
assets(page: 1, query: {search: $term, type: [$asset_type], sortBy: $sort}) {
total
page
Expand Down
2 changes: 1 addition & 1 deletion ui.frontend/src/main/webpack/site/components/ffy-filter.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export async function handleUpdateLibrariesList(endpoint, domain, callback) {
... on Library {
id
name
assetCount
assets {total}
}
}
}
Expand Down