You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -159,11 +159,15 @@ Below is an example of what you receive from the `onComplete` callback. It has t
159
159
}
160
160
```
161
161
162
-
### Replacer Slots
162
+
### Replacer Slots or IReplacerSlotQuestion
163
+
164
+
[Replacer Slots](#replacer-slots) are unique string value(s) to be replaced by the generator. An array of string values and/or `IReplacerSlotQuestion` objects can be used.
163
165
164
-
[Replacer Slots](#replacer-slots) are unique string value(s) to be replaced by the generator.
166
+
```javascript
167
+
stringReplacers: ['__store__', {question:'Insert model name', slot:'__model__'}];
168
+
```
165
169
166
-
For example you can use something like this in your template files and/or in the file path names.
170
+
Replacer slot can be any string value you want to use. You can use something like this in your template files and/or in the file path names.
0 commit comments