Skip to content

Commit 9dfa492

Browse files
author
paulinebessoles
committed
Update attachment partial
1 parent 48b309e commit 9dfa492

File tree

5 files changed

+51
-20
lines changed

5 files changed

+51
-20
lines changed
Loading
Loading
Binary file not shown.
Loading
Original file line numberDiff line numberDiff line change
@@ -1,60 +1,63 @@
11
= Attachments
22

3-
Attachments allow an administrator to upload static files to a space.
3+
== Understand the basics
44

5-
When a space is launched, it is important to provide citizens with as much information as possible about them so that they can participate with knowledge. That is why it is helpful to add files (Attachments) with the information that is considered relevant.
5+
Attachments allow an administrator to upload static files to a space.
66

7-
Optionally, these documents can be grouped in *Folders*. For example, for a participatory process of remodeling a square, folders could be created with information about possible uses, with plans, with economic information, etc.
7+
When a space is launched, it is important to provide citizens with as much information as possible about them so that they can participate with knowledge.
8+
That is why it is helpful to add files, documents, images with relevant information.
89

9-
They can be found on the Space homepage:
10+
These documents can be grouped in *Folders*. For example, for a participatory process of remodeling a square, folders could be created with information about possible uses, with plans, with economic information, etc.
1011

11-
image:spaces/attachments_folder.png[View the folder attachments in the public interface]
12+
They can be found on the space xref:admin:spaces/processes/categories.adoc[landing page] when the content block is enabled.
1213

1314
image:spaces/attachments.png[View the attachments in the public interface]
1415

15-
== Create a new attachment
16+
== How to find it?
1617

17-
image:spaces/attachments_admin.png[View the attachments in the admin interface]
18+
To create and manage attachments, click the *Attachments* item in the left navigation bar of any participatory space.
1819

19-
For creating a new attachment of a space:
20+
image:spaces/attachments_admin.png[View the attachments in the administration interface]
2021

21-
. Sign in as administrator
22-
. Go to the space section in the sidebar
23-
. Click on the space Edit action
24-
. Click on the Attachments link in the sidebar
25-
. Click on the "New attachment" button
22+
There, you are able to manage the attachments and folders, configure them, add new ones, etc.
23+
24+
== Create a new attachment
25+
26+
To create a new attachment, click the "New attachment" button.
2627

2728
image:spaces/attachments_new_form.png[Create a new attachment form]
2829

2930
.Create attachment
31+
[cols="20h,10h,~"]
3032
|===
3133
|Field |Type |Description
3234

3335
|Attachment or image name
3436
|Required
3537
|What is the title for this attachment.
3638

37-
|Weight
39+
|Order position
3840
|Optional
39-
|Which order will it have in relation to the other attachments. Having a lower number means a higher priority. For instance, if you have two categories, "Attachment a" with weight "10" and "Attachment b" with weight "0", then "Attachment b" will be first when ordering.
41+
|Which order it has in relation to the other attachments. Having a lower number means a higher priority. For instance, if you have two categories, "Attachment a" with weight "10" and "Attachment b" with weight "0", then "Attachment b" will be first when ordering.
4042

4143
|Description
4244
|Required
43-
|A long description explaining what this file is about.
45+
|A long description explaining what this attachment is about.
4446

4547
|Folder
4648
|Optional
4749
|Which folder this attachment belongs to.
4850

4951
|File
5052
|Required
51-
|Upload the file. Guidance for file: Has to be an image or a document. For images, use preferrably landscape images, the
52-
service crops the image. For CSV files, the separator between columns must be a comma (","). Maximum file size: 10MB. Allowed
53+
|Upload the file. Guidance for file: Has to be an image or a document. Maximum file size: 10 MB. Allowed
5354
file extensions depends in your server configuration.
5455
|===
5556

5657
== Create a new folder
5758

59+
To create and manage attachments folders, click the *Folders* tab.
60+
5861
image:spaces/attachments_new_folder_form.png[Create a new folder for attachments form]
5962

6063
.Create folder
@@ -65,11 +68,39 @@ image:spaces/attachments_new_folder_form.png[Create a new folder for attachments
6568
|Required
6669
|Name of the folder
6770

68-
|Weight
71+
|Order position
6972
|Optional
70-
|Which order will it have in relation to the other folders. Having a lower number means a higher priority. For instance, if you have two folders, "Folder a" with weight "10" and "Folder b" with weight "0", then "Folder b" will be first when ordering.
73+
|Which order it has in relation to the other folders. Having a lower number means a higher priority. For instance, if you have two folders, "Folder a" with weight "10" and "Folder b" with weight "0", then "Folder b" will be first when ordering.
7174

7275
|Description
7376
|Required
7477
|A long description explaining what this folder is about.
7578
|===
79+
80+
== Manage attachments
81+
82+
You can find all the attachments on the list in the administration panel, with:
83+
84+
* *Title*: title of the attachment, given when creating or editing it.
85+
* *Folder*: folder where the attachment is stored.
86+
* *Type*: extension type of the attachment.
87+
* *Size*: size of the attachment in bites.
88+
89+
You can also access the folders list by clicking the "Folders" tab on top of the attachments list.
90+
91+
== Actions
92+
93+
.Components actions in component list
94+
[cols="20h,10h,~"]
95+
|===
96+
|Icon |Name |Definition
97+
98+
|image:icons/action_edit.png[Edit icon]
99+
|Edit
100+
|To edit the name, description, order position and the folder of the attachment.
101+
102+
|image:icons/action_delete.png[Delete icon]
103+
|Delete
104+
|To delete the attachment.
105+
106+
|===

0 commit comments

Comments
 (0)