Skip to content

Commit

Permalink
Update app.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Aadhi000 authored Jan 27, 2022
1 parent e76ffb5 commit b7d25f7
Showing 1 changed file with 23 additions and 2 deletions.
25 changes: 23 additions & 2 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,15 +90,36 @@
"required": false
},
"IMDB": {
"description": "Imdb, the view of information when making True/False ",
"required": false
"description": "Imdb, the view of information when making True/False",
"required": false
},
"IMDB_TEMPLATE": {
"description": "Custom IMDB Template",
"value": "<b>πŸ“Ÿ Movie Name</b> : <b><a href={url}>{title}</a></b>
<b>πŸ—’οΈ Release Date</b> : <b>{release_date}</b>

<b>πŸ“§ Votes</b> : <b>{votes}</b>
<b>⏰ RunTime</b> : <b>{runtime} Minutes</b>
<b>⭐ IMDB Rating</b> : <b><a href={url}/ratings>{rating}/10</a></b>
<b>🎞️ Genres</b> : <b>{genres}</b>
<b>🎬 Director</b> : <b>{director}</b>
<b>πŸ“ Writer</b> : <b>{writer}</b>
<b>πŸ”Š Languages</b> : <b>{languages}</b>
<b>πŸ’ƒπŸ» Cast</b> : <b>{cast}</b>

<b>πŸ‘©πŸ»β€πŸ’» Requested By</b> : <b>{requested}</b>
<b>πŸš€ Group</b> : <b>{group}</b>
",
"required": false
},
"SINGLE_BUTTON": {
"description": "choose b/w single or double buttons https://github.com/Aadhi000/Ajax/issues/22",
"value": "True",
"required": false
},
"P_TTI_SHOW_OFF": {
"description": "Customize Result Buttons to Callback or Url by (True = url / False = callback)",
"value": "True",
"required": false
}
},
Expand Down

0 comments on commit b7d25f7

Please sign in to comment.