mezzanine
mezzanine copied to clipboard
Mention editable_obj in the documentation
Hello,
I couldn't find in the documentation how to customize the link to the admin in the toolbar on a page while viewing a page as a staff member (the one loaded by the editable_loader template tag).
I found by looking up the code that we just have to set the context editable_obj to the object of our choice.
I think it would be good to mention it on the page Admin Customization
Would you like to make that change to the docs and submit a pull request? That would be awesome, thanks.
BTW, it probably is more suited to the "Inline editing" section rather than "Admin customization".