Postponed (maintainer needs more info)
Project:
Textile
Version:
7.x-2.x-dev
Component:
Documentation
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
11 Apr 2011 at 19:41 UTC
Updated:
21 Oct 2011 at 20:07 UTC
Jump to comment: Most recent
Comments
Comment #1
quicksketchI already answered this in IRC, but for posterity:
Insert provides two hooks:
- hook_insert_styles()
- hook_insert_content()
You can view the .inc files that come with Insert to view samples of how these hooks are implemented for core modules.
Comment #2
mikey_p commentedAssigning to myself for now.
To the maintainers of Textile, would you support this feature in the main textile module, or would you rather see it in a submodule?
Comment #3
Anonymous (not verified) commentedIf you can provide a patch for the 7.x-2.x branch, I will be happy to apply it. It doesn't seem a good idea to create a module just for implementing two hooks. Do those hooks require much code?