This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.

phplee
phplee

Hi,

ive setup a layout which uses groups that refers to a YAML config file '~/themes/template/config/page-builder.yaml' however im getting duplicate fields in the popup group list'.It seem to happen when i rename a field. The old field name and new field name shows even though the old field name is no longe present in the yams file. it seems to be caching them.

Setting in layout is

 {repeater name="sections" groups="~/themes/template/config/page-builder.yaml" tab="Content" placement="primary" prompt="Add new section"}
            {variable name="_dummy" type="text"}{/variable}
 {/repeater}

 {% for section in sections %}
            {% partial 'sections/' ~ section._group data=section %}
        {% endfor %}

Does anyone know how to clear it so the groups match exactly to my YAML config file '~/themes/template/config/page-builder.yaml'

Last updated

1-1 of 1

You cannot edit posts or make replies: the forum has moved to talk.octobercms.com.