You need to be logged in to post in the forum - Log In

An active JCE Pro Subscription is required to post in the forum - Buy a Subscription

Support is currently Offline

Official support hours
Monday to Friday
09:00 - 17:00 Europe/London (BST)

Please create a new Ticket and we will get back to you as soon as we can.

#104839 JCE Editor - Filter is automatically stripping out schema tags/code

Posted in ‘Editor’
This is a public ticket

Everybody will be able to see its contents. Do not include usernames, passwords or any other sensitive information.

Latest post by Ryan on Wednesday, 19 August 2020 19:29 BST

smlab
Dear JCE Editor Team,

I'm finding that upon opening a Joomla article with schema tags, they are automatically stripped out by the filter. How do I tell JCE to ignore schema related HTML code?

Thank you for your time,

Ryan
Please post an example of the code that is being removed.

Ryan Demmer

Lead Developer / CEO / CTO

Just because you're not paranoid doesn't mean everybody isn't out to get you.

smlab
Hi Ryan,

As an example please see below:
--------------------------------------------------------------------------
<div class="table_row" typeof="Course">
<div class="table_small">
<div class="table_cell">Course Code</div>
<div class="table_cell" property="courseCode">MEDRADSC 1B03</div>
</div>
<div class="table_small">
<div class="table_cell">Course Title</div>
<div class="table_cell" property="name">Introduction to Pathology</div>
</div>
<div class="table_small">
<div class="table_cell">Instructor</div>
<div class="table_cell" property="provider"></div>
</div>
<div class="table_small">
<div class="table_cell">Term</div>
<div class="table_cell" property="description">Winter 2021</div>
</div>
<div class="table_small">
<div class="table_cell">Outline</div>
<div class="table_cell"><a href="https://www.joomlacontenteditor.net/#" property="url"
title="Course outline pending, check back later">Coming Soon</a></div>
</div>
</div>
-----------------------------------------------------------------------------
stripped elements include all instances of: typeof="", property=""

Ryan
Please try JCE Pro 2.8.16 RC - https://www.joomlacontenteditor.net/downloads/editor/pro/development

This adds support for RDFa attributes, when the Microdata button is added to the editor toolbar.

Ryan Demmer

Lead Developer / CEO / CTO

Just because you're not paranoid doesn't mean everybody isn't out to get you.

Ryan
I have fixed the download. Please try again.

Ryan Demmer

Lead Developer / CEO / CTO

Just because you're not paranoid doesn't mean everybody isn't out to get you.