mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-04-04 23:06:05 +00:00
make WebsiteConfig optional
This commit is contained in:
@@ -46,6 +46,7 @@ public class AddonManifest implements ConfigTemplate, StringIdentifiable {
|
||||
private Map<String, VersionRange> dependencies = Collections.emptyMap();
|
||||
|
||||
@Value("website")
|
||||
@Default
|
||||
private WebsiteConfig website;
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user