Skip to content

Commit

Permalink
Fix undefined label in design tab and added theme id
Browse files Browse the repository at this point in the history
  • Loading branch information
slackerzz committed Jan 25, 2018
1 parent 125f202 commit fe4f84e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Model/PageInfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -228,8 +228,13 @@ public function getPageInfo()
'label' => 'Additional Handles',
'value' => $addedLayoutHandles,
'type' => 'complex'
], [
'id' => 'theme_id',
'label' => 'Theme ID',
'value' => $design->getDesignTheme()->getId(),
], [
'id' => 'theme_code',
'label' => 'Theme Code',
'value' => $design->getDesignTheme()->getCode(),
], [
'id' => 'theme_title',
Expand Down

0 comments on commit fe4f84e

Please sign in to comment.