Skip to content

Commit 4d9a631

Browse files
authored
quarto-required not quarto-version (#1089)
Most other extension documentation uses `quarto-required`, not `quarto-version`. It appears that `quarto-required` is the correct field.
1 parent 2d1965b commit 4d9a631

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/extensions/project-types.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Let's explore the code for the extension first. Here is the main `_extension.yml
7171
title: Lexdocs Project
7272
author: Lexcorp, Inc.
7373
version: 1.0.0
74-
quarto-version: ">=1.2.0"
74+
quarto-required: ">=1.2.0"
7575
contributes:
7676
project:
7777
project:

0 commit comments

Comments
 (0)