Add [[!meta date]] to news items and tips
[ikiwiki] / doc / tips / howto_limit_to_admin_users.mdwn
1 [[!meta date="2010-07-07 10:48:36 +0000"]]
2
3 Enable [[plugins/lockedit]] in your setup file.
4
5 For example:
6
7     add_plugins => [qw{goodstuff table rawhtml template embed typography sidebar img remove lockedit}],
8
9 And to only allow admin users to edit the page, simply specify a pagespec for everything in the .setup:
10
11     locked_pages => '*',