Skip to content

Commit

Permalink
url button text in custom data
Browse files Browse the repository at this point in the history
  • Loading branch information
tempe-techie committed Sep 26, 2023
1 parent d2b6989 commit 7d75d2e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/domainEdit/EditOtherData.vue
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,10 @@ export default {
this.fields.push({dataKey: "url", dataValue: "", valuePlaceholder: "Custom URL (homepage etc.)"});
}
if(this.fields.findIndex(x => x.dataKey == "urlButtonText") === -1) {
this.fields.push({dataKey: "urlButtonText", dataValue: "", valuePlaceholder: "Text for the URL button"});
}
if(this.fields.findIndex(x => x.dataKey == "twitter") === -1) {
this.fields.push({dataKey: "twitter", dataValue: "", valuePlaceholder: "Enter your Twitter handle"});
}
Expand Down

0 comments on commit 7d75d2e

Please sign in to comment.