Skip to content

Commit

Permalink
FIX Hiperdex domain (#6148)
Browse files Browse the repository at this point in the history
As they are starting to use other domains than the 2 in the option, allow the user to type the good one instead
  • Loading branch information
MikeZeDev authored Aug 17, 2023
1 parent 19b23ea commit 66877d7
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions src/web/mjs/connectors/Hiperdex.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,9 @@ export default class Hiperdex extends WordPressMadara {
this.config = {
url: {
label: 'URL',
description: 'This website changes between those two URL regularly.\n Please select the one to use',
input: 'select',
options: [
{ value: 'https://1sthiperdex.com', name: '1sthiperdex.com' },
{ value: 'https://hiperdex.com', name: 'hiperdex.com' },
],
value: 'https://1sthiperdex.com'

description: 'This website changes their URL regularly.\nThis is the last known URL which can also be manually set by the user.',
input: 'text',
value: 'https://hiperdex.xyz'
}
};
}
Expand Down

0 comments on commit 66877d7

Please sign in to comment.