rolandtoth/FrontEndEditLightbox

Any chance of a default override for the edit link in the module config settings.

Closed this issue · 2 comments

I think it would be nice to not have to define it every time you call like so:

echo $page->feel(array('text' => 'EDIT'));

Added this to the module options (unreleased).

This is how it works:

  • if left empty, '#' will be used to disable empty links
  • to force empty text, one should use "text" => "" in template files

Done!