steirico / kirby-plugin-custom-add-fields

Custom fields for Kirby's add dialog.
MIT License
36 stars 4 forks source link

Added support for extending blueprints #27

Closed mvilskersts closed 4 years ago

mvilskersts commented 4 years ago

This allows you to extend blueprints when defining addFields. Example:

addFields:
  country:
    extends: section/field/country
    label: Select your country of residence
steirico commented 4 years ago

Thanks for your contribution. I'll test it and include it in the next release.

mvilskersts commented 4 years ago

Thanks for your contribution. I'll test it and include it in the next release.

Thanks for the response. Let me know if there are any issues with this.