Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suggestion: Add a fields option to add the fields #12

Open
unknownSold opened this issue May 25, 2020 · 1 comment
Open

Suggestion: Add a fields option to add the fields #12

unknownSold opened this issue May 25, 2020 · 1 comment

Comments

@unknownSold
Copy link

unknownSold commented May 25, 2020

it would be like
fields: name:value

@xartuu
Copy link
Contributor

xartuu commented Aug 30, 2021

I am also in favour of adding this option.

It would be best to use the json language here, as you can send a few extra fields.

...
fields: [
   {
      "name":"Regular field title",
      "value":"Some value here"
   },
   {
      "name":"Inline field title",
      "value":"Some value here",
      "inline":true
   },
   {
      "name":"Inline field title",
      "value":"Some value here",
      "inline":true
   }
]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants