I/we use the in-line editor to allow site editors/content writers to drag and drop blocks onto the sites regions using nodespotbox. I also uses context to create configuration contexts, which I do not want users to be able to edit in the in-line editor.

It would be great, if I could filter the list of contexts shown in the in-line editor. Are you interested in this addition to your module? I have create a patch :-)

Comments

cableman0408’s picture

StatusFileSize
new2.92 KB
cableman0408’s picture

The patch above do not create the includes folder where the context_inline_editor.admin.inc should be located. I will upload a new patch with fixes.

cableman0408’s picture

StatusFileSize
new7.19 KB

I have made a git format-patch that have the includes folder. I also re-designed the administration interface since the first patch in this issue queue.

cableman0408’s picture

StatusFileSize
new8.36 KB

Found a small bug in the patch above. When all contexts have been filter and non are available the "Edit contexts" link is shown.

This patch updates the issue and fixes this issue too.

cableman0408’s picture

StatusFileSize
new9.24 KB

When creating new contexts after saving filter settings and index error will be shown. This have been fixed in this patch :-)

fearlsgroove’s picture

Status: Needs review » Needs work

Thanks for the contribution! Couple nits from the patch:

+++ b/context_inline_editor.moduleundefined
@@ -1,7 +1,29 @@
+  $items['admin/structure/context/editor_fitler'] = array(

fitler should be filter

+++ b/includes/context_inline_editor.admin.incundefined
@@ -0,0 +1,28 @@
+  ¶

tab character

cableman0408’s picture

Status: Needs work » Needs review
StatusFileSize
new9.24 KB
cableman0408’s picture

Issue summary: View changes

Updated link to nodespotbox