Registering field
We have quite enough fields to use, but if you need something extra functional and you familiar with Vue and with Components you can make your own fields type.
Here we will explain how to create own field called Repeater
First of all, you should specify the directory to add a custom field template:
my-plugin/my-own-fields/setup.php
In your config file specify field type.
Now we have a new field type my_super_field
The framework will watch for the directory you specified above with template name my_super_field.php
In the template will be available certain variables : /path/to/my-folder/my_super_field.php
And we need to enqueue our component script