Skip to content
Snippets Groups Projects
replaceEmptyByRandomValue.js 116 B
Newer Older
  • Learn to ignore specific revisions
  • module.exports = {
      register(jsf) {
        return jsf.option({
          replaceEmptyByRandomValue: true,
        });
      },
    };