✨ Added support for idPrefix
This commit is contained in:
parent
2c7936e58a
commit
7609af1391
3 changed files with 89 additions and 83 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue