@frontmatter/extensibility
Advanced tools
Comparing version 0.0.11-beta.7728891 to 0.0.11-beta.7728928
{ | ||
"name": "@frontmatter/extensibility", | ||
"version": "0.0.11-beta.7728891", | ||
"version": "0.0.11-beta.7728928", | ||
"description": "Front Matter CMS extensibility library", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -13,3 +13,3 @@ <p align="center"> | ||
To make it easier to create your custom scripts, you can make use of the `@frontmatter/extensibility` module its `ContentScript` and `MediaScript` classes. | ||
To make it easier to create your custom scripts, you can make use of the `@frontmatter/extensibility` module its `ContentScript`, `MediaScript`, and `PlaceholderScript` classes. | ||
@@ -78,2 +78,6 @@ ### Content scripts | ||
### Placeholder scripts | ||
The `PlaceholderScript` class provides the same functionality as the `ContentScript` class, but it is used for placeholders which can be used on content creation. The main difference between the `ContentScript` and `PlaceholderScript` is that it will not provide the `frontMatter` object. Instead it returns the `title` of the page. | ||
## UI extensibility | ||
@@ -80,0 +84,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
38809
323