{# This renders the field with Unfold crispy styling #}
diff --git a/src/unfold_fobi/templates/unfold_fobi/forms/wysiwyg_inline_toolbar.html b/src/unfold_fobi/templates/unfold_fobi/forms/wysiwyg_inline_toolbar.html
new file mode 100644
index 0000000..aed8141
--- /dev/null
+++ b/src/unfold_fobi/templates/unfold_fobi/forms/wysiwyg_inline_toolbar.html
@@ -0,0 +1,48 @@
+{% comment %}
+Renders
inline beside the editor to bypass Trix.config
+load-order races. Filters buttons by UNFOLD_FOBI_CONTENT_TEXT_TOOLBAR_BUTTONS
+when set.
+{% endcomment %}
+
+{% include toolbar_template %}
+{{ toolbar_buttons|json_script:toolbar_buttons_id }}
+
+
+
+
+
+
+
+
+