- Issue created by @romulasry
<cite> <dl> <dt> <dd> <a hreflang> <blockquote cite> <ul type> <ol type> <h2 id> <h3 id> <h4 id> <h5 id> <h6 id>
I added url embed tag and now the ulr embed editor icon works but it doesn't convert urls to url embeds if I paste the url into the editor like it did in older versions of it. Bug?
- πΊπΈUnited States mark_fullmer Tucson
For this to work, the order of the text format filters must have "Convert URLs to URL embeds" BEFORE "Display embedded URLs". I'll add a note about this on https://www.drupal.org/docs/extending-drupal/contributed-modules/contrib... β
(As a basic explanation, the "Convert URLs to URL embeds" filter renders a
<drupal-media>
tag, which is then ready for conversion to the external media markup by the "Display embedded URLs" filter I did that it only shows up as a link if I paste it in and then click preview.
- πΊπΈUnited States mark_fullmer Tucson
I did that it only shows up as a link if I paste it in and then click preview.
Hrm. Well, that's not the result I'm getting. Have you been testing this in a "pristine" environment (e.g., Drupal core standard installation, with only url_embed enabled)? In other words, I'm wondering if another text format filter you're using is interfering?
If you have been testing in a "pristine" environment, can you indicate specifically where in the instructions at https://www.drupal.org/docs/extending-drupal/contributed-modules/contrib... β the problem occurs?