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
20 changes: 20 additions & 0 deletions assistant/cloud/libraries/download-library.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
id: download-library
title: Download a Library
sidebar_label: Download a Library
---

For Libraries that you own or have purchased from the Community, you should see a Download Zip button that when clicked will download a zip file containing all of our library items.

:::info
You will not see the Download Zip button for libraries that are shared with you.
:::

## On the web
When viewing a library on the web, you will see a Download Zip button next to the Settings and Archive buttons in the Top Bar area.

[screenshot]

## In the plugin
When viewing a library on the plugin, to access the Download Zip button, please navigate to the Library settings cog and then go to the Actions area.
[screenshot]
23 changes: 23 additions & 0 deletions assistant/cloud/libraries/import-library-assets.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
id: import-library-assets
title: Import Library Assets
sidebar_label: Import Library Assets
---

To import library assets, the Assistant plugin is required. There are 3 options for importing library assets.

## Importing the entire library
To import the entire library, when viewing a library in the plugin, click to the Settings cog next to the plus icon (+) and then navigate to the Actions area to click on "Import All Library Items".

## Importing multiple library assets
To import multiple items at a time but not all of the library items, when viewing a library, click and drag to select at least one item. After that, just click other items to select them.
Once they are selected, an Import button will appear next to Delete and Clear. Clicking import will just import the items selected.

:::tip
To deselect an already selected item before import, just click it to deselect it.
:::

### Importing just one library item
To import just one item or one item at a time, the steps for importing multiple library assets could be followed or instead of click dragging to select, just click the item you want to import.

It will open that library item and you will then have an option to import it.
11 changes: 11 additions & 0 deletions assistant/cloud/libraries/reorder-library-assets.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
id: reorder-library-assets
title: Re-order Library Assets
sidebar_label: Re-order Library Assets
---

Both in the plugin and on the web, you can re-order library assets in a library. For each library asset type, you can click on an item and drag it to the order you would like it to appear.

:::tip
This is useful for libraries that are displayed in the Community App so an owner can control what assets appear in the library preview to potential users/purchasers.
:::
3 changes: 3 additions & 0 deletions sidebarAssistant.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,12 @@ module.exports = {
items: [
"cloud/libraries/create-library",
"cloud/libraries/add-creative-assets",
"cloud/libraries/reorder-library-assets",
"cloud/libraries/view-edit-assets",
"cloud/libraries/import-library-assets",
"cloud/libraries/share-library",
"cloud/libraries/delete-library",
"cloud/libraries/download-library",
],
},
{
Expand Down