Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

contentful rte edit link type

const options = {
  renderNode: {
    [INLINES. HYPERLINK]: (node, next) => {
      return `<a href="${node.data.uri}"${node.data.uri.startsWith('https://mydomain.com') ? '' : ' target="_blank"'}>${next(node.content)}</a>`;
    }
  }
}
Source by www.contentfulcommunity.com #
 
PREVIOUS NEXT
Tagged: #contentful #rte #edit #link #type
ADD COMMENT
Topic
Name
7+9 =