Transformer rule question
-
The rules seem to have not enough examples provided by Facebook to understand them propperly. Am I right that the following rule corretcly transforms the following code:
<p class=”ueb”>Special heading</p>
(Which I sometimes us) into:
<h2>Special heading</h2>
{ "rules" : [ { "class": "H2Rule", "selector" : "p.ueb", "properties" : { "h2.class" : { "type" : "string", "selector" : "p", "attribute": "class" } } } ] }
- The topic ‘Transformer rule question’ is closed to new replies.