mirror of
https://github.com/Sheldan/abstracto.git
synced 2026-04-08 18:07:39 +00:00
[AB-307] enabling dependent features and including them into the setup wizard
this comes with the usual limitation, that dependent features must be referenced via importing
This commit is contained in:
@@ -10,6 +10,6 @@ import java.util.List;
|
||||
@Getter
|
||||
@Setter
|
||||
@SuperBuilder
|
||||
public class EnableModel extends UserInitiatedServerContext {
|
||||
public class FeatureSwitchModel extends UserInitiatedServerContext {
|
||||
private List<String> features;
|
||||
}
|
||||
Reference in New Issue
Block a user