[SIS-5] enabling and customizing moderation

This commit is contained in:
Sheldan
2022-06-25 14:00:38 +02:00
parent 0ec7d83191
commit d74c10c618
57 changed files with 2298 additions and 49 deletions

View File

@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>sissi-templates</artifactId>
<groupId>dev.sheldan.sissi.templates</groupId>
<version>1.2.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>template-overrides</artifactId>
<packaging>pom</packaging>
<modules>
<module>moderation-template-overrides</module>
</modules>
</project>