Skip to content

Commit

Permalink
Reference stable release
Browse files Browse the repository at this point in the history
  • Loading branch information
markdumay committed Jan 4, 2024
1 parent c259c06 commit d38a592
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Expand Up @@ -52,7 +52,7 @@ Next, the parent `card-group` shortcode reads the scratch variable `inner` and p

## Argument validation

{{< release version="0.22.0-beta6" >}}
{{< release version="0.22.0" >}}

Most shortcodes support multiple arguments to configure their behavior and to refine their appearance. These shortcodes share many of these arguments with an underlying partial. Hinode uses a standardized approach to validate these arguments. All arguments are formally defined in a separate data structure file. Hinode uses the {{< abbr YAML >}} format by default, although several formats are supported. The partial `utilities/IsInvalidArgs.html` (provided by the {{< link "repository_mod_utils" >}}mod-utils module{{< /link >}}) then uses this specification to validate all arguments. Refer to the documentation to review the {{< link "docs/components/args#data-format" >}}supported data format{{< /link >}}.

Expand Down
4 changes: 2 additions & 2 deletions content/en/docs/latest/components/args.md
@@ -1,7 +1,7 @@
---
author: Mark Dumay
title: Args
date: 2023-12-25
date: 2024-01-04
description: Use the args shortcode to generates a table of structured arguments.
layout: docs
icon: fas sliders
Expand All @@ -10,7 +10,7 @@ tags: component

## Overview

{{< release version="v0.22.0-alpha" >}}
{{< release version="v0.22.0" >}}

Use the args shortcode to generates a table of structured arguments. The argument definitions are expected to be defined in a data file identified by a provided structure name.

Expand Down

0 comments on commit d38a592

Please sign in to comment.