mirror of
https://github.com/basecamp/once-campfire.git
synced 2026-09-19 14:54:55 +09:00
Hello world
First open source release of Campfire 🎉
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import Unfurler from "lib/rich_text/unfurl/unfurler"
|
||||
|
||||
// Support a `cite` block for attribution links
|
||||
Trix.config.blockAttributes.cite = {
|
||||
tagName: "cite",
|
||||
inheritable: false,
|
||||
}
|
||||
|
||||
const unfurler = new Unfurler()
|
||||
unfurler.install()
|
||||
Reference in New Issue
Block a user