Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Files

Latest commit

88a2072 · Aug 31, 2021

History

History
91 lines (77 loc) · 2.3 KB

compatibility-vbe.md

File metadata and controls

91 lines (77 loc) · 2.3 KB

{% assign packages = site.data.composer_lock.packages %} {% assign versionsNumber = include.data.versions.size %} {% assign extensions = include.data.extensions %} {% if include.extensions %} {% assign extensions = include.data.extensions | where: "name", include.extensions %} {% endif %}

Supported{: .status-light.supported } – version that has been fully tested by Adobe and is supported.

Not supported{: .status-light.not-supported } - version that is not compatible with an {{site.data.var.ee}} or {{site.data.var.ce}} release.

{% for version in include.data.versions %} {% endfor %} {% for extensions in extensions %} {% for extensionsVersion in extensions.versions %} {% for version in include.data.versions %} {% endfor %} {% endfor %} {% endfor %}
 Version {{version}}
{{ extensions.name }}
{{ extensions.name }} {{ extensionsVersion.name }}{{ extensionsVersion.support[version] | capitalize }}
<style> .compatibility-table { table-layout: auto; } .compatibility-table .magento-version th { padding: 5px 15px; background: none; } .extension-version { transition: all .2s; } .extension-version:hover { background: rgba(20,115,230,10%); } .compatibility-table .extension-name th { padding: 5px 15px; } .status-light { height: 32px; font-size: 14px; font-weight: 400; } .status-light::before { content: ''; display: inline-block; width: 8px; height: 8px; border-radius: 50%; margin: 0 12px; } .status-light.supported::before { background: rgb(45, 157, 120); } .status-light.compatible::before { background: rgb(230, 134, 25); } .status-light.not-supported { font-style: italic; } .status-light.not-supported::before { background: rgb(179, 179, 179); } </style>