This extension provides a way to store repeating fields in CKAN datasets, resources, organizations and groups. Add the repeating plugin to your ckan.plugins configuration settings and use ckanext-scheming or a custom form plugin to use the provided validators to store repeating values in metadata fields. The easiest way to use repeating fields is with ckanext-scheming. Add ckanext.repeating:presets.json to your scheming.presets configuration settings. A repeating field in a scheming schema uses the preset repeating_text with a form_blanks parameter for blank input fields. When accessed from the API, values appear as items in a list. Note: made obsolete by ckanext-scheming 2.1 multiple_text fields.