qunabu/silverstripe-htmlblocks

该软件包已被放弃并且不再维护。没有建议替代软件包。

银Stripe模块的框架。

安装: 345

依赖: 1

建议者: 0

安全: 0

星星: 0

关注者: 1

分支: 1

开放问题: 0

类型:silverstripe-module

dev-master 2017-11-06 17:25 UTC

This package is auto-updated.

Last update: 2023-03-20 09:49:03 UTC


README

允许将HTML块注入到.SS模板和HTML内容中,作为简码(待完成)。

<% if $HTMLBlockExist('social-links') %>
	{$HTMLBlock('social-links')} <%-- you can manage this HTML part from the admin panel now --%>
<% else %>
    <ul>
        <li><a href="https://en-gb.facebook.com/openhouselondon2017" target="_blank" class="social">Facebook</a></li>
        <li><a href="https://twitter.com/openhouselondon" target="_blank" class="social">Twitter</a></li>
        <li><a href="https://www.instagram.com/openhouselondon/" target="_blank" class="social">Instagram</a></li>
    </ul>
<% end_if %>

how to use HTML Blocks 1

how to use HTML Blocks 2