Fixed usage to twitter initials setting.

This commit is contained in:
Martin Edenhofer 2017-12-12 10:15:07 +01:00
parent 95e8aa2dce
commit 09af88a578

View file

@ -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
}