We have a use case where plugin data is coming from user generated content types. This patch provides a hook to inject this information into wysiwyg_load_includes.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

jamesrutherford’s picture

jamesrutherford’s picture

Version: 7.x-2.2 » 7.x-2.x-dev
Assigned: jamesrutherford » Unassigned
Issue summary: View changes
Status: Closed (won't fix) » Active
FileSize
1.81 KB

Updated patch for latest dev version. Changing status to active for review.

TwoD’s picture

Sorry for the late reply, I completely missed this.

But, I'm not really seeing your point? Are we talking native or cross-editor plugins here?

jamesrutherford’s picture

Status: Active » Closed (won't fix)

Thanks for the reply.

I actually just picked this back up again yesterday and realized I don't need the patch to do what I was doing. I wanted to programmatically generate plugins via a custom module and entities and I didn't want to create a plugin.inc for each. However a single .inc can pass multiple plugin data, so this patch is not required.

Changing to wont fix.

TwoD’s picture

Ah, ok, thanks for the explanation.