Ready to hold d4science theme when moved from its specific repo

This commit is contained in:
Mauro Mugnaini 2020-08-21 11:05:54 +02:00
parent 82d779dced
commit 0e5240920f
2 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,16 @@
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.gcube</groupId>
<artifactId>keycloak-d4science-spi-parent</artifactId>
<version>0.2.0-SNAPSHOT</version>
</parent>
<artifactId>keycloak-d4science-theme</artifactId>
<packaging>jar</packaging>
</project>

View File

@ -0,0 +1,10 @@
{
"themes": [
{
"name": "d4science",
"types": [
"account"
]
}
]
}