• Hi all,
    Great plugin! Easy to use, great outcome!
    I am trying to add an image to a numbered list, like that:
    {
    “rules”:
    [{
    “class”: “ImageRule”,
    “selector”: “li”,
    “properties”: {
    “image.url”: {
    “type”: “string”,
    “selector”: “img”,
    “attribute”: “src”
    }
    }
    }
    ]
    }
    But it throws an error: No rules defined for in the context of ListItem
    Any ideas how to solve it?
    Thanks a lot

  • The topic ‘Img in a list’ is closed to new replies.