<Field label="Custom URL Target" description="Specify a custom target, typical values are: _blank|_self|_parent|_top|framename" disabled={!composite.showComposite} hidden={!composite.clickThroughCustomTargetEnabled}>
            <Input
              value={composite.clickThroughCustomTarget}
              placeholder="_self"
              disabled={!composite.showComposite}