Closed (won't fix)
Project:
htmLawed
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
27 Jul 2015 at 21:59 UTC
Updated:
29 Nov 2015 at 04:20 UTC
Jump to comment: Most recent
Comments
Comment #1
tancComment #2
alpha2zee commentedI am not familiar with the entity_embed module and not sure of what exactly 'entity' means in its context.
The htmLawed filter is recommended to be used as the chronologically last input filter so that it works on truly HTML text. I am guessing that that the action of the entity_embed module goes into play after all filtering, and thus requires intact 'drupal-entity' tags. If this is so, then, you are right that the module will be incompatible with htmLawed. It should be possible to easily modify the htmLawed module to permit compatibility by making the module aware of the 'drupal-entity' tag the way it is currently aware of the tags marking PHP code.
Comment #3
alpha2zee commented