1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-02-17 04:00:48 +01:00

feat: uuid fill for string cells

This commit is contained in:
Fabio Di Stasio 2022-10-19 10:40:56 +02:00
parent 0a2124f2c2
commit 24edc82b1b

View File

@ -120,7 +120,8 @@ const fakerMethods = {
{ name: 'exampleEmail', group: 'internet' },
{ name: 'ip', group: 'internet' },
{ name: 'domainName', group: 'internet' },
{ name: 'color', group: 'internet' }
{ name: 'color', group: 'internet' },
{ name: 'uuid', group: 'random' }
],
number: [
{ name: 'number', group: 'random' }