Changes between Version 12 and Version 13 of CardsPlugin


Ignore:
Timestamp:
Apr 27, 2022, 7:28:27 AM (2 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • CardsPlugin

    v12 v13  
    1313The following code in the Trac wiki page:
    1414
    15 `[[Cards(stack=todo|wip|done,label=To Do|Work in Progress|Done, width=800)]]` [[BR]]
     15`[[Cards(stack=todo|wip|done,label=To Do|Work in Progress|Done, width=800)]]`
    1616
    1717will produce the following capabilities:
     
    3232=== Parameters
    3333
    34 * `stack`: `|`-separated list of stack names. (required)
     34* `stack`: `|`-separated list of stack names. (Required)
    3535* `label`: `|`-separated list of stack labels shown instead of the stack names. (Defaults to the stack names.)
    3636* `width`: Width of the whiteboard. (Defaults to 400.)
     
    7070   }}}
    7171 1. Update database: `trac-admin path/to/trac/environment upgrade`.
    72  1. Assign the `CARDS_ADMIN` permission to the users who need this plugin's functionality, for example in permission admin panel.
    7372
    7473== Configuration
     74
     75Assign the `CARDS_ADMIN` permission to the users who need this plugin's functionality, for example in permission admin panel.
    7576
    7677Optionally, some `trac.ini` options can be changed from the defaults: