You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attachments allow an administrator to upload static files to a space.
3
+
== Understand the basics
4
4
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.
6
6
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.
8
9
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.
10
11
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.
12
13
13
14
image:spaces/attachments.png[View the attachments in the public interface]
14
15
15
-
== Create a new attachment
16
+
== How to find it?
16
17
17
-
image:spaces/attachments_admin.png[View the attachmentsin the admin interface]
18
+
To create and manage attachments, click the *Attachments* item in the left navigation bar of any participatory space.
18
19
19
-
For creating a new attachment of a space:
20
+
image:spaces/attachments_admin.png[View the attachments in the administration interface]
20
21
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.
26
27
27
28
image:spaces/attachments_new_form.png[Create a new attachment form]
28
29
29
30
.Create attachment
31
+
[cols="20h,10h,~"]
30
32
|===
31
33
|Field |Type |Description
32
34
33
35
|Attachment or image name
34
36
|Required
35
37
|What is the title for this attachment.
36
38
37
-
|Weight
39
+
|Order position
38
40
|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.
40
42
41
43
|Description
42
44
|Required
43
-
|A long description explaining what this file is about.
45
+
|A long description explaining what this attachment is about.
44
46
45
47
|Folder
46
48
|Optional
47
49
|Which folder this attachment belongs to.
48
50
49
51
|File
50
52
|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
53
54
file extensions depends in your server configuration.
54
55
|===
55
56
56
57
== Create a new folder
57
58
59
+
To create and manage attachments folders, click the *Folders* tab.
60
+
58
61
image:spaces/attachments_new_folder_form.png[Create a new folder for attachments form]
59
62
60
63
.Create folder
@@ -65,11 +68,39 @@ image:spaces/attachments_new_folder_form.png[Create a new folder for attachments
65
68
|Required
66
69
|Name of the folder
67
70
68
-
|Weight
71
+
|Order position
69
72
|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.
71
74
72
75
|Description
73
76
|Required
74
77
|A long description explaining what this folder is about.
75
78
|===
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.
0 commit comments