- Issue created by @baikho
The current ImageExtractor only looks up absolute URLs, but the markup can also contain relative asset paths. Suggests we add an extra regex for relative assets.
1. Set up a pseudo field on a node type to populate HTML via either Crawler plugins
2. Set up an image field to extract images
3. Only images that are absolute URLs will be matched
To add support for relative assets within the ImageExtractor plugin
Create changes, review and test
Additional configuration option in entity field config
N/A
Active
1.0
Code