Fixed usage to twitter initials setting.
This commit is contained in:
parent
95e8aa2dce
commit
09af88a578
1 changed files with 2 additions and 2 deletions
|
@ -151,7 +151,7 @@ class App.TicketZoomArticleNew extends App.Controller
|
|||
icon: 'twitter'
|
||||
attributes: []
|
||||
internal: false,
|
||||
features: ['body:limit', 'body:initials']
|
||||
features: attributes
|
||||
maxTextLength: 280
|
||||
warningTextLength: 30
|
||||
}
|
||||
|
@ -164,7 +164,7 @@ class App.TicketZoomArticleNew extends App.Controller
|
|||
icon: 'twitter'
|
||||
attributes: ['to']
|
||||
internal: false,
|
||||
features: ['body:limit', 'body:initials']
|
||||
features: attributes
|
||||
maxTextLength: 10000
|
||||
warningTextLength: 500
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue