craft-dynamic-fields icon indicating copy to clipboard operation
craft-dynamic-fields copied to clipboard

Populate Craft fields with dynamic data using the power of Twig.

Results 18 craft-dynamic-fields issues
Sort by recently updated
recently updated
newest added

I'm using a json file for the data and would like to use the label values as well. Is there any way to do that?

In my twig file I try to load craft.entries.section('') but it always return empty. I figured it's because of the multisite aspect of my app. Craft add a GET params...

Sometimes we might run into the situation that the content managers want to re-order the list, but currently they can't do so (e.g. using checkboxes or multiselect). It would be...

I have a matrix with a dynamic dropdown that pulls a large number of globals. It works fine until the user adds a lot of matrix blocks that all have...

Outputting the field in twig breaks the Live Preview functionality and gives an error. The problem is that the field needs to be json_encoded in the Live Preview. To workaround...

I change your plugins so I can show the dynamic field inside the table column in craft. I simply add `` implements IPreviewableFieldType `` After each of your fieldtype class...

Not an issue, but excited to share I finally figured out how to make a dropdown inside a matrix field that gets populated with the IDs of sibling blocks: ```twig...

Will Craft 5 be supported?