I think that instead of adding entity support by request, a more generic approach should be made by adding support to all entities including custom entities.
I think that instead of adding entity support by request, a more generic approach should be made by adding support to all entities including custom entities.
Comments
Comment #2
weseze commentedI will try and add that.
Only problem I see is a permission problem. If the approach is very generic it might be very difficult to generate permissions. Perhaps I will start without permissions.
Comment #4
weseze commentedI have implemented generic support for any entity. Please try it out and open up follow up tickets if you have issues. Any feedback is welcome ;)
URL to use: /entity_pdf/{entity_type}/{entity}/{view_mode}
Example: /entity_pdf/node/5/pdf
The old URL for nodes only still work.
Comment #5
weseze commented