New UX for inserting properties from libraries including text search and multi-add

This commit is contained in:
Stefan Zermatten
2021-07-31 21:49:15 +02:00
parent 02434de34c
commit 36bb3c3181
14 changed files with 635 additions and 106 deletions

View File

@@ -57,7 +57,7 @@ const insertCreature = new ValidatedMethod({
if (Meteor.isServer){
// Insert the 5e ruleset as the default base
insertPropertyFromLibraryNode.call({
nodeId: 'iHbhfcg3AL5isSWbw',
nodeIds: ['iHbhfcg3AL5isSWbw'],
parentRef: {id: baseId, collection: 'creatureProperties'},
order: 0.5,
});