Skip to content

Commit

Permalink
fix(properties): inline properties
Browse files Browse the repository at this point in the history
  • Loading branch information
sawhney17 committed May 3, 2022
1 parent e41d075 commit f1f65f0
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,27 +80,27 @@ const settings: SettingSchemaDesc[] = [
default: true,
type: "boolean",
},
{
key: "inlineReferenceProperties",
title: "Properties to be included as inline property",
description: "Select the properties you want to be included as inline property",
default: [
"author",
"title",
],
type: "enum",
enumPicker: "checkbox",
enumChoices: [
"author",
"title",
"journal",
"year",
"url",
"abstract",
"keywords",
"publisher",
],
},
// {
// key: "inlineReferenceProperties",
// title: "Properties to be included as inline property",
// description: "Select the properties you want to be included as inline property",
// default: [
// "author",
// "title",
// ],
// type: "enum",
// enumPicker: "checkbox",
// enumChoices: [
// "author",
// "title",
// "journal",
// "year",
// "url",
// "abstract",
// "keywords",
// "publisher",
// ],
// },
{
key: "inlineReferenceFirstBlock",
title: "First block of the inline reference",
Expand Down

0 comments on commit f1f65f0

Please sign in to comment.