Adds support for previewing modifications on redmine's wiki pages.
Status: draft (needs further work to be really useful)
This commit is contained in:
parent
94a1fff7fa
commit
e3f46ac751
4 changed files with 28 additions and 0 deletions
|
|
@ -35,3 +35,6 @@ class ICapContent(IBaseCap):
|
|||
|
||||
def push_content(self, content, message=None):
|
||||
raise NotImplementedError()
|
||||
|
||||
def preview_content(self, content):
|
||||
raise NotImplementedError()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue