diff --git a/components/PageBox.php b/components/PageBox.php index 5e0ffc5..f627b8c 100644 --- a/components/PageBox.php +++ b/components/PageBox.php @@ -33,6 +33,12 @@ public function defineProperties() 'description' => 'Box height', 'type' => 'string' ], + 'tabs' => [ + 'title' => 'Tabs', + 'description' => 'You can have multiple tabs : timeline,events,messages', + 'type' => 'string', + 'default' => '' + ], 'hide_cover_photo' => [ 'title' => 'Hide cover photo', 'description' => 'Hide facebook page cover photo', diff --git a/components/pagebox/default.htm b/components/pagebox/default.htm index 57bab51..355c1d3 100644 --- a/components/pagebox/default.htm +++ b/components/pagebox/default.htm @@ -35,7 +35,8 @@ {% endif %} {% if not (facebook_page_url is empty) %} -
{{facebook_page_url}}
+
{{facebook_page_url}}
+ {% else %}