Source code
Revision control
Copy as Markdown
Other Tools
# Version of this schema
schema: 1
bugzilla:
# Bugzilla product and component for this directory and subdirectories
product: Firefox
component: General
# Document the source of externally hosted code
origin:
# Short name of the package/library
name: prosemirror
description: ProseMirror is a content editor based on contentEditable.
# Full URL for the package's homepage/etc
# Usually different from repository url
url: https://prosemirror.net/
# Human-readable identifier for this version/release
# Generally "version NNN", "tag SSS", "bookmark SSS"
release: 0126a40c14d408a275743058d8cd04d3fc64834c (2025-04-22T12:43:21Z).
# Revision to pull in
# Must be a long or short commit SHA (long preferred) or a tag
revision: 0126a40c14d408a275743058d8cd04d3fc64834c
# The package's license, where possible using the mnemonic from
# Multiple licenses can be specified (as a YAML list)
# A "LICENSE" file must exist containing the full license text
license: MIT
# If the package's license is specified in a particular file,
# this is the name of the file.
# optional
license-file: LICENSE
# Configuration for the automated vendoring system.
# optional
vendoring:
# Repository URL to vendor from
# Any repository host can be specified here, however initially we'll only
# support automated vendoring from selected sources.
url: https://github.com/ProseMirror/prosemirror
# Type of hosting for the upstream repository
# Valid values are 'gitlab', 'github', googlesource
source-hosting: github
flavor: individual-files
individual-files:
- upstream: LICENSE
destination: LICENSE