realbig / rbm-field-helpers

0 stars 1 forks source link

Ability to access Repeater Object in Global Scope #59

Closed d4mation closed 5 years ago

d4mation commented 6 years ago

This would allow you to use methods on the Repeater such as setList() to set your own values in JS within your own, external, integrations. Right now, when the Repeater Object is created, it isn't assigned to anything and just floats away.

https://github.com/realbig/rbm-field-helpers/blob/393a02de8f04e45a0e99f7d6a0f9570cbd4c643e/assets/src/js/admin/fields/field-repeater.js#L23-L45