TinaCMS Version 1.1.3 (and @tinacms/cli@1.0.6) brings some improvements for various frameworks, and list-field improvements. Improved Shortcode Support The user can now model a shortcode like so: name: “rimg”, label: “rimg”, match: { start: “{ {} }”, }, fields: [ { name: “myprop”, label: “my prop”, type: “string”, }, ], outputs ` Previously, this would match any content within . Now, this will only match when the name of the shortcode also matches.