Guest User

Untitled

a guest
May 27th, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. class NewsItemForm extends BaseNewsItemForm
  2. {
  3. public function configure()
  4. {
  5. $this->useFields( array(
  6. 'is_published'
  7. ));
  8.  
  9. $this->embedI18n(array('en', 'ru'));
  10. $this->widgetSchema->setLabel('en', 'Английская версия');
  11. $this->widgetSchema->setLabel('ru', 'Русская версия');
  12. }
  13. }
Add Comment
Please, Sign In to add comment