-
Hi,
It seems the repeater field is not working on widget option framework on new block editor. Nothing's happening when I click on + button. Is it a known issue?Thank You
Posted 1 year ago # -
Hi,
Hmm, I have just tested and it looks normally.. take a look:
Can you check your console, maybe there is a JS error ?
Regards, Codestar
Posted 1 year ago # -
Hi,
Thank you for the response. I think I've figured out the issue. I was using multiple plugins (all including codestar framework), so the framework was being included a few times which was causing the issue I think. Now, I've added a condition to only include codestar framework file if CSF does not exist. The repeater field started to work after this update.Is there any other recommended way to avoid conflicts if the framework is being used on multiple plugins?
Thanks again
Posted 1 year ago # -
Hi,
Yes there is a way, take a look this: http://codestarframework.com/documentation/#/faq?id=how-to-create-underscore-framework-
It's creates a underscore framework files. Only you must update your config current "CSF::" to "YOURPREFIX::" things.
Regards, Codestar
Posted 1 year ago #