1
0
Fork 0

Added support for idPrefix

This commit is contained in:
Joost De Cock 2018-08-16 15:44:01 +02:00
parent 2c7936e58a
commit 7609af1391
3 changed files with 89 additions and 83 deletions

View file

@ -21,7 +21,8 @@ export default function Pattern(config = false) {
// Data containers
this.settings = {
mode: "draft"
mode: "draft",
idPrefix: "fs-"
};
this.options = {};
this.store = new Store();