a11yist/app/javascript/application.js
david 2a4100a7a9
Some checks failed
/ Run tests (push) Failing after 15s
/ Run system tests (push) Failing after 15s
/ Build, push and deploy image (push) Has been skipped
Use p as default element in trix and add bottom margin
2024-10-28 00:12:40 +01:00

9 lines
No EOL
243 B
JavaScript

// Entry point for the build script in your package.json
import "@hotwired/turbo-rails"
import "./controllers"
import * as bootstrap from "bootstrap"
import "trix"
import "@rails/actiontext"
Trix.config.blockAttributes.default.tagName = 'p';