linotype
linotype.dev
github.com/linotype
Search…
⌃K
Links
linotype
Search…
⌃K
Introduction
Install
Starter
System
Block
Field
Helper
Configuration
Structure
Exemple
Use
Module
Template
Theme
Base
linotype.yml
Environement
Symfony
Drupal
Wordpress
Standalone
Tools
Debug
Cache
Design
Spec
Sync
Ressources
Features
Powered By
GitBook
Use
Use helper in block or field templates
TWIG
PHP
{% set menu = linotype.helper.Menu.get({'data':[]}) %}
{% for item in menu %}
<
a
href
=
"
{{item.path}}
"
>
{{item.name}}
</
a
>
{% endfor %}
TODO
Previous
Exemple
Next - System
Module
Last modified
1yr ago