定制 t3brightside/awesomeicons 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

t3brightside/awesomeicons

Composer 安装命令:

composer require t3brightside/awesomeicons

包简介

Adds Font Awesome icon tab for pages and content elements.

README 文档

README

Packagist Software License Brightside

TYPO3 CMS extension for Font Awesome icons

Adds Icon tab for content elements and pages.

System requirements

  • TYPO3 9.5 – 10.4 LTS

Features

  • Icon tab for pages, content elements and system categories
  • Icon search by keyword
  • Show active icon
  • Manually write icon code

Installation

  • From TER: awesomeicons, or composer: t3brightside/awesomeicons
  • Include static template if Font Awesome is not loaded in your system.
  • Change template constant to include CSS from local source. CDN version is used by default.
  • Check extension configuration for disabling icon tabs or enabling only for certain content types.

Usage

  • No front end rendering included. This you have to do in your own templates.
  • Use tx_awesomeicons_icon field from tt_content and pages tables in your templates.

Example This could be your menu item:

<f:for each="{menuMain}" as="menuItem">
    <li class="{f:if(condition:menuItem.active, then:'act')}">
        <f:link.page pageUid="{menuItem.data.uid}" class="{f:if(condition:menuItem.active, then:'act')}">
            <f:if condition="{menuItem.data.tx_awesomeicons_icon}">
                <i class="{menuItem.data.tx_awesomeicons_icon}"></i>
            </f:if>
            {menuItem.title}
        </f:link.page>
    </li>
</f:for>

Sources

Development and maintenance

Brightside OÜ – TYPO3 development and hosting specialised web agency

Thanks!

This extension uses quite a bit of code from Icon Content by Philipp Müller. Thank you Mr. Müller!

统计信息

  • 总下载量: 332
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 6
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: CSS

其他信息

  • 授权协议: GPL-3.0
  • 更新时间: 2020-05-30

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固