From 592cd666a7a3447ab503eac7c8adb2767f2a509b Mon Sep 17 00:00:00 2001 From: janhenckens Date: Fri, 8 Mar 2024 21:27:52 +0000 Subject: [PATCH] deploy: c246eee9501c7dfc10c8e01ef128d29045ca99bb --- 404.html | 2 +- custom-elements.html | 2 +- custom-fields.html | 2 +- fields.html | 2 +- hashmap.json | 2 +- index.html | 2 +- settings.html | 2 +- usage.html | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/404.html b/404.html index d7b7830..7637735 100644 --- a/404.html +++ b/404.html @@ -16,7 +16,7 @@
Skip to content

404

PAGE NOT FOUND

But if you don't change your direction, and if you keep looking, you may end up where you are heading.
- + \ No newline at end of file diff --git a/custom-elements.html b/custom-elements.html index c6bcfde..6cafee8 100644 --- a/custom-elements.html +++ b/custom-elements.html @@ -85,7 +85,7 @@ ]); } ); - + \ No newline at end of file diff --git a/custom-fields.html b/custom-fields.html index 8171bb1..09c97a2 100644 --- a/custom-fields.html +++ b/custom-fields.html @@ -47,7 +47,7 @@ ]); } );

Included Parsers

There all live under the studioespresso\exporter\fields\ namespace.

- + \ No newline at end of file diff --git a/fields.html b/fields.html index 8c66ed5..edbb8ad 100644 --- a/fields.html +++ b/fields.html @@ -19,7 +19,7 @@
Skip to content

Elements, fields & formats

This is an overview, per element type, of the fields that can be exported out of the box. Versions of the plugin in which support is added are listed, as well as versions in which certain value options are added as well.

Craft Entries, Categories - and custom elements

  • Entries
  • Categories

For these elements, can you export the following field types:

Field typeValue optionsAdded in version
Plain Text/4.0.0
Email/4.0.0
URL/4.0.0
MultiSelect/4.0.0
Checkboxes/4.0.0
DropdownLabel 4.0.0
Value 4.0.0
4.0.0
Radio ButtonsLabel 4.0.0
Value 4.0.0
4.0.0
AssetsID 4.0.0
Title 4.0.0
URL 4.0.0
4.0.0
EntriesID 4.0.0
Title 4.0.0
URL 4.0.0
4.0.0
Date & DateTimeID 4.0.0
Title 4.0.0
URL 4.0.0
4.0.0

Formie submissions

Formie submissions are exportable grouped by form, with support for the following fields:

Plugin fields

The following fields can be installed through plugins and can be exported out of the box

Field typeValue optionsAdded in version
Redactor/4.0.0
CKEditor/4.0.0
- + \ No newline at end of file diff --git a/hashmap.json b/hashmap.json index c1a49e9..4423818 100644 --- a/hashmap.json +++ b/hashmap.json @@ -1 +1 @@ -{"settings.md":"8d94006f","custom-elements.md":"3845250b","custom-fields.md":"c9b1779b","index.md":"224e49d5","usage.md":"3adf5661","fields.md":"ab3bbab9"} +{"settings.md":"8d94006f","index.md":"224e49d5","usage.md":"3adf5661","custom-elements.md":"3845250b","fields.md":"ab3bbab9","custom-fields.md":"c9b1779b"} diff --git a/index.html b/index.html index 5ff5ad3..7342959 100644 --- a/index.html +++ b/index.html @@ -33,7 +33,7 @@ # tell Craft to install the plugin ./craft install/plugin exporter

Brought to you by Studio Espresso

- + \ No newline at end of file diff --git a/settings.html b/settings.html index 4bf97dd..8e5b8b9 100644 --- a/settings.html +++ b/settings.html @@ -19,7 +19,7 @@
Skip to content

Plugin settings

How the plugin will be called in the sidebar of the control panel

HTML Email template

Path the template that will be used to send to export (as an attachment) to the provided email-address.

- + \ No newline at end of file diff --git a/usage.html b/usage.html index ac3257f..c36d62d 100644 --- a/usage.html +++ b/usage.html @@ -19,7 +19,7 @@
Skip to content

Usage

Element exporter can be set up in a number of ways,

Step 1: Element selection

On the first step, you start by selecting the type of Element you want to export. If the element in question has groups (and possibly subgroups), you have to select on of these as well.

These element types and groups are supported out of the box:

  • Entry (grouped by Sections and Entry Types) 4.0.0
  • Categories (grouped by Category groups) 4.0.0
  • Formie submissions (grouped by Form) 4.0.0
Step 1 of the new export flow

If the element can be localized, you also have to select the site from which you want to export items.

Step 2: Field selection

On the next step, you'll select which attributes & fields you want to be included in the export.

All custom fields available on the elements in question will be listed, in 1 of 3 ways:

  • Without value parsing options (for straight forward values, eg: plain text, email, url)
  • With value parsing options (date or time fields, relation fields)
  • Not supported fields.

Not supported fields

Complex fields, with sub-fields, like Matrix or SuperTable fields are not supported out of the box. You can register a Field Parser to add support yourself.

Step 2 of the export creation flow

Step 3: Delivery settings

On this step, you can narrow down the number of elements that will be exported, in which format you'd like the export to be generated and to which e-mailaddress the export should be delivered.

Element selection

You can choose one of the following options, all of those based on the criteria you selected in Step 1

  • All elements
  • The last x elements created
  • Elements created between a certain date and now
  • Elements created between 2 dates

File formats

The plugin supports these file formats:

  • JSON 4.0.0
  • CSV 4.0.0

Missing format?

If you need a different file format than the ones listed here, feel free to create an issue here and I'll see if it can be added to the plugin

Delivery options

You can select to deliver the export in the inbox of the user that is logged in in that moment, or to set one or more email-addresses to which the file will be delivered.

Depending on the number of elements in your export, generating the file will take longer so when you receive the file depends on that.

Why email?

Since the plugin can't predict how long it will take to generate the file, the safest way to ensure it's delivery is to let Craft's queue system generate the file and when that is done you'll receive an email with the export attached.

- + \ No newline at end of file