Skip to content

Commit

Permalink
fix front end code of flag checkbox. back end is still broken
Browse files Browse the repository at this point in the history
  • Loading branch information
NovemLinguae committed Jul 20, 2023
1 parent 32609e4 commit b960263
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions modules/friendlytag.js
Original file line number Diff line number Diff line change
Expand Up @@ -1135,11 +1135,14 @@ Twinkle.tag.redirectList = {
label: 'Emoji name',
tooltip: 'Enter the name of the emoji'
}, {
name: 'emojiIsFlag',
parameter: 'flag',
type: 'checkbox',
label: 'Flag',
tooltip: 'Is the emoji a flag emoji?'
list: [
{
name: 'emojiIsFlag',
label: 'Flag',
tooltip: 'Is the emoji a flag emoji?'
}
]
}]
},
{ tag: 'R from phrase', description: 'redirect from a phrase to a more general relevant article covering the topic' },
Expand Down

0 comments on commit b960263

Please sign in to comment.