mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-24 10:27:10 +02:00
Api: Document tags parameter
This commit is contained in:
parent
2f62897fb6
commit
3bdf621026
@ -152,6 +152,11 @@ class Command extends BaseCommand {
|
|||||||
type: Database.enumId('fieldType', 'text'),
|
type: Database.enumId('fieldType', 'text'),
|
||||||
description: 'If an image is provided, you can also specify an optional rectangle that will be used to crop the image. In format `{ x: x, y: y, width: width, height: height }`',
|
description: 'If an image is provided, you can also specify an optional rectangle that will be used to crop the image. In format `{ x: x, y: y, width: width, height: height }`',
|
||||||
});
|
});
|
||||||
|
tableFields.push({
|
||||||
|
name: 'tags',
|
||||||
|
type: Database.enumId('fieldType', 'text'),
|
||||||
|
description: 'Comma-separated list of tags. eg. `tag1,tag2`.',
|
||||||
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
lines.push('# ' + toTitleCase(tableName));
|
lines.push('# ' + toTitleCase(tableName));
|
||||||
|
Loading…
Reference in New Issue
Block a user