orffen / basicfantasyrpg

The Basic Fantasy RPG system for FoundryVTT!
Other
13 stars 12 forks source link

[v10]: Error: The content option for the editor handlebars helper has been deprecated. Please pass the content in as the first option to the helper and ensure it has already been enriched by TextEditor.enrichHTML if necessary #30

Closed orffen closed 2 years ago

orffen commented 2 years ago

Error: The content option for the editor handlebars helper has been deprecated. Please pass the content in as the first option to the helper and ensure it has already been enriched by TextEditor.enrichHTML if necessary Deprecated since Version 10 Backwards-compatible support will be removed in Version 12 at Object.logCompatibilityWarning (commons.js:1232) at Object.editor (foundry.js:6778) at Object.c (handlebars.min.js:27) at Object.eval [as main] (eval at createFunctionContext (handlebars.min.js:29), :41:145) at c (handlebars.min.js:27) at d (handlebars.min.js:27) at e (handlebars.min.js:28) at renderTemplate (foundry.js:6675) at async BasicFantasyRPGItemSheet._renderInner (foundry.js:5024) at async BasicFantasyRPGItemSheet._renderInner (foundry.js:5585)

orffen commented 2 years ago

Looks to be directly referenced in the templates/ files.

orffen commented 2 years ago

Closed by a315fb0