Skip to content

Commit

Permalink
Update index.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
CosmicLaca committed Feb 7, 2016
1 parent 04ec999 commit 0019632
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,22 @@ Usage code example:

This widget have no parameters, creating search box for map, the widget centering map for the search address.
The search string must be real name (for example city name) to get real latitude and longitude.

Allmeta box
-------------

Usage code example:
<?php $this->widget('box_allmeta'); ?>

This widget have no parameters, creating list (table) of all meta data of content.
This widget is ideal for right column. The disabled meta names is on the row 13 on the code.

Collabrators box
--------------------

Usage code example:
<?php $this->widget('box_collabrators' array(n)); ?>

This widget have one parameters "n", what is the maximum number of collabotators article based on the selected content.
The collaborator's e-mail must be saved to the meta value with name "collaborator".

0 comments on commit 0019632

Please sign in to comment.