Skip to content
Snippets Groups Projects
Commit 6839ffeb authored by jfederico's avatar jfederico
Browse files

bbb-web: removed text element from extension preview

parent 78cb599a
No related branches found
No related tags found
No related merge requests found
......@@ -34,9 +34,7 @@
<#assign properties = extension.getProperties()>
<#if extension.getType() == "preview">
<#list properties?keys as property>
<#if property == "text">
<${property}>${properties[property]["text"]}</${property}>
<#elseif property == "images">
<#if property == "images">
<${property}>
<#if properties[property]["image"]?is_hash>
<#assign image = properties[property]["image"]>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment