Configurable number of steps
doublejosh - November 7, 2008 - 02:11
| Project: | Views Tagadelic |
| Version: | 5.x-1.0 |
| Component: | Miscellaneous |
| Category: | feature request |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | postponed (maintainer needs more info) |
Description
Would be great to have a way through the views UI to set the number of steps for a given view, block and/or page.
For me it was about changing the block and page view. I added this to line 43 of tagadelic.module as a temporary fix.
$type == 'block' ? $steps= 6 : $steps= 12;
