Skip to content

Commit

Permalink
UPD: static registration
Browse files Browse the repository at this point in the history
  • Loading branch information
cheh committed Jun 17, 2015
1 parent fb348f8 commit fce6198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init/statics/social-follow.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public function callback() {
'col-sm' => 'col-sm-12', // (optional) Column class for a tablets (≥768px)
'col-xs' => 'col-xs-12', // (optional) Column class for a phones (<768px)
'position' => 1, // (optional) Position in static area (1 - first static, 2 - second static, etc.)
'area' => 'static-area-id', // (required) ID for static area
'area' => 'available-statics', // (required) ID for static area
'collapse' => false, // (required) Collapse column paddings?
) )
);

0 comments on commit fce6198

Please sign in to comment.