Skip to content

Commit

Permalink
✏️ Document point2D type at extensions-editor
Browse files Browse the repository at this point in the history
  • Loading branch information
CosmoMyzrailGorynych committed Jul 30, 2020
1 parent 809e796 commit efe09f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/riotTags/shared/extensions-editor.tag
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
declare interface IExtensionField {
name: string, // the displayed name.
// Below 'h1', 'h2', 'h3', 'h4' are purely decorational, for grouping fields. Others denote the type of an input field.
type: 'h1' | 'h2' | 'h3' | 'h4' | 'text' | 'textbox' | 'number' | 'checkbox' | 'radio' | 'texture' | 'type',
type: 'h1' | 'h2' | 'h3' | 'h4' | 'text' | 'textbox' | 'number' | 'point2D' | 'checkbox' | 'radio' | 'texture' | 'type',
key?: string, // the name of a JSON key to write into the `opts.entity`. Not needed for hN types, but required otherwise
// The key may have special suffixes that tell the exporter to unwrap foreign keys (resources' UIDs) into asset names.
// These are supposed to always be used with `'type'` and `'texture'` input types.
Expand Down

0 comments on commit efe09f6

Please sign in to comment.