Skip to content

Instantly share code, notes, and snippets.

@tassioauad
Created January 24, 2022 22:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tassioauad/85032029253f1cd65b68273a50f97ec1 to your computer and use it in GitHub Desktop.
Save tassioauad/85032029253f1cd65b68273a50f97ec1 to your computer and use it in GitHub Desktop.
{
params: [
{
name: 'Título',
type: 'TEXT',
options: [],
},
{
name: 'Descrição',
type: 'BIG_TEXT',
options: [],
},
{
name: 'Serviços',
type: 'MULTIPLE',
options: [
{
id: 1,
name: 'Loja Física',
value: 1,
parent_id: null
},
{
id: 2,
name: 'Elogios',
value: 2,
parent_id: 1
},
{
id: 3,
name: 'Atendimento Loja Física',
value: 3,
parent_id: 2
},
{
id: 4,
name: 'Campanhas Sociais',
value: 4,
parent_id: 2
},
{
id: 5,
name: 'Solicitações',
value: 5,
parent_id: 1
},
{
id: 6,
name: 'Informações',
value: 6,
parent_id: 1
}
],
},
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment