From 40d1d4d98f2ee756217b7a6f6d6bfd47e56809d8 Mon Sep 17 00:00:00 2001 From: Eric Dugre Date: Mon, 27 Nov 2023 14:24:23 -0500 Subject: [PATCH] update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index c3de696..b5b63ad 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ +[![NuGet](https://img.shields.io/nuget/v/Xperience.DependingFieldComponents)]([https://www.nuget.org/packages/Xperience.DependingFieldComponents](https://www.nuget.org/packages/Xperience.DependingFieldComponents/1.0.0#versions-body-tab)) +![build](https://github.com/kentico-ericd/xperience-depending-field-components/actions/workflows/build.yml/badge.svg) + # Xperience by Kentico depending field components When editing content, often developers will want to hide a field's input based on the value of another field. For example, if an article _might_ contain a link to an external site, there will be a checkbox called "Has external link." If the checkbox is not checked, the text input for the external link should be hidden.