1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-06-26 03:30:48 +03:00

fix #866 - edit blog

This commit is contained in:
Mzhelskiy Maxim 2017-03-24 18:22:40 +07:00
parent 69a5101ef5
commit 4172f3037b

View file

@ -48,6 +48,8 @@
mediaTargetType = 'blog'
mediaTargetId = $_aRequest.blog_id
name = 'blog_description'
value = ( $_aRequest ) ? $_aRequest.blog_description : ''
escape = false
rules = [ 'required' => true, 'length' => '[10,3000]' ]
inputClasses = 'js-editor-default'
label = $aLang.blog.add.fields.description.label}