Absolute symlinks for plugin assets

@texnixe: Should I open an issue on github for this?

For my future self:

<?php
Kirby::plugin('auf/button', [
  'root' => ($pluginsRoot = option('pluginsRoot')) ? ($pluginsRoot .'/'. basename(dirname(__FILE__))) : NULL,
   ...
]);