This extension adds possibility to use stndard Rich Editor for RaiLab Blog posts and Media images
The following plugin is required
RainLab Blog Extension
oc-blogxtend
This plugin replaces standard MD editor with wysiwyg HTML editor
Optionally adds media images to any Blog post
Use this markup to keep backward compatibility with first featured image:
{% if post.metadata.media_image %}
{% set mainimagepath = post.metadata.media_image|media %}
{% else %}
{% set mainimagepath = post.featured_images[0].path %}
{% endif %}
<img class="img-fluid" src="{{ mainimagepath }}" alt="{{ post.title }}">
-
This plugin has not been reviewed yet.
-
| 1.0.2 |
Update composer.json for October v3. May 18, 2022 |
|---|---|
| 1.0.1 |
Initialize Blog-Xtend plugin. May 18, 2022 |



