File tree Expand file tree Collapse file tree 2 files changed +2
-12
lines changed
templates/components/forms/admin/content Expand file tree Collapse file tree 2 files changed +2
-12
lines changed Original file line number Diff line number Diff line change @@ -108,8 +108,6 @@ export default ModelBase.extend({
108108 segmentedFacebookUrl : computedSegmentedLink . bind ( this ) ( 'facebookUrl' ) ,
109109 segmentedInstagramUrl : computedSegmentedLink . bind ( this ) ( 'instagramUrl' ) ,
110110 segmentedPatreonUrl : computedSegmentedLink . bind ( this ) ( 'patreonUrl' ) ,
111- segmentedGitterUrl : computedSegmentedLink . bind ( this ) ( 'gitterUrl' ) ,
112- segmentedTelegramUrl : computedSegmentedLink . bind ( this ) ( 'telegramUrl' ) ,
113111 segmentedTwitterUrl : computedSegmentedLink . bind ( this ) ( 'twitterUrl' ) ,
114112 segmentedGoogleUrl : computedSegmentedLink . bind ( this ) ( 'googleUrl' ) ,
115113 segmentedYoutubeUrl : computedSegmentedLink . bind ( this ) ( 'youtubeUrl' ) ,
Original file line number Diff line number Diff line change 6363 </div >
6464 <div class =" field" >
6565 <label >{{ t ' Gitter' }} </label >
66- <Widgets::Forms::LinkInput
67- @segmentedLink ={{ this.socials.segmentedGitterUrl }}
68- @linkName =" gitter"
69- @isSocialLink ={{ true }}
70- @inputId =" gitter" />
66+ <Input type =" url" @value ={{ this.socials.gitterUrl }} />
7167 </div >
7268 <div class =" field" >
7369 <label >{{ t ' Telegram' }} </label >
74- <Widgets::Forms::LinkInput
75- @segmentedLink ={{ this.socials.segmentedTelegramUrl }}
76- @linkName =" telegram"
77- @isSocialLink ={{ true }}
78- @inputId =" telegram" />
70+ <Input type =" url" @value ={{ this.socials.telegramUrl }} />
7971 </div >
8072 <button class =" ui teal button" type =" submit" >{{ t ' Save' }} </button >
8173</form >
You can’t perform that action at this time.
0 commit comments