prismicio / prismic-dom

Set of helpers to manage Prismic data
https://prismic.io/docs/technologies/prismic-dom-technical-reference
44 stars 16 forks source link

Feature Request: attribute to distinguish link types #27

Closed evvvritt closed 3 years ago

evvvritt commented 6 years ago

Hi, just a minor request for some sort of attribute to distinguish the different types of links you can have via Prismic. This way you can style them differently.

Example:

<a href="http://myapp.com/about" data-linktype="doc">About</a>
<a href="http://prismic.io/download.pdf" data-linktype="media">Download</a>
...

Thanks!

lihbr commented 3 years ago

Hey @evvvritt, I'm sorry we failed to give your issue any attention back then.

You can solve that using a custom HTML Serializer ☺️ https://prismic.io/docs/technologies/html-serializer-javascript

Have a great week!