Skip to content

intoeetive/associations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Associations fieldtypes for Craft CMS

Fieldtypes which allow to assocate extra data with

  • field
  • dropdown/checkbox options

It mimics the Table fieldtype (but with predefined columns). Returns data as table array, which you can loop through like this (assuming avPrices is handle of global and prices is handle of field) : {% set prices = {} %} {% for price in avPrices.prices %} {% set prices = prices|merge({(price.orig): price.assoc}) %} {% endfor %}

About

Associations fieldtypes for Craft CMS

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages