+
+
@@ -44,6 +53,17 @@
/templates/purge-attachments/config/configure-purge-attachments.vm
+
+
+
+
+ /templates/purge-attachments/config/configure-purge-attachments-space.vm
+
+
+
diff --git a/src/main/resources/templates/purge-attachments/config/configure-purge-attachments-space.vm b/src/main/resources/templates/purge-attachments/config/configure-purge-attachments-space.vm
new file mode 100644
index 0000000..99b63f9
--- /dev/null
+++ b/src/main/resources/templates/purge-attachments/config/configure-purge-attachments-space.vm
@@ -0,0 +1,36 @@
+
+
+
+
+ $action.getText("com.drunkendev.confluence.plugins.attachment-tools.config.title")
+
+
+
+ TODO: Implement configuration for handling space
+ settings. Settigns may include but are not limited to:
+
+
+ -
+ Process by age: Prior attachment versions may only be
+ kept if the attachment's modified date is within a given period.
+
+ -
+ Process by limits: Allows specifying a maximum count
+ of prior versions for each attachment.
+
+ -
+ Process by total size limit: Allow all versions of an
+ attachment to not exceede a given size limit. If the size limit is
+ imposed then prior versions are deleted until the limit is satisfied.
+
+ -
+ Report only: Do not perform any action, just use the
+ email alerting function which must be present.
+
+ -
+ Email alerting: Email results to a given email address
+ or user.
+
+
+
+