response
[ikiwiki] / doc / bugs / attachment_plugin_enabled_by_default__63__.mdwn
1 At [[attachment|plugins/attachment]] plugin page I can see
2 that it's enabled by default in Ikiwiki. Is it true?
3
4 > No, typo. I don't want to enable it by default because it requires
5 > site-specific configuration to be made secure. --[[Joey]]
6
7 I have backported Ikiwiki 2.52 and I need to add that plugin to
8 `add_plugins` variable in my `ikiwiki.setup` file (and rebuild
9 my wiki, of course) to see new upload buttons when I edit a page
10 and click "Attachments" link.
11
12 > FWIW, you don't need to rebuild the whole wiki, --refresh --wrappers is enough.
13
14 Maybe should I enable attachment handling in different way?
15 --[[Paweł|users/ptecza]]