Download the PHP package storyblok/php-tiptap-extension without Composer
On this page you can find all versions of the php package storyblok/php-tiptap-extension. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download storyblok/php-tiptap-extension
More information about storyblok/php-tiptap-extension
Files in storyblok/php-tiptap-extension
Package php-tiptap-extension
Short Description Tiptap extension to render Storyblok's RichText field
License MIT
Informations about the package php-tiptap-extension
Storyblok PHP Tiptap Extension
Co-created with SensioLabs, the creators of Symfony.
This library provides Tiptap extensions for Storyblok’s RichText field, enabling seamless integration with the Tiptap for PHP library.
Branch | PHP | Code Coverage |
---|---|---|
main |
Installation
Ensure Composer is installed globally. If not, follow the Composer installation guide.
Install via Composer
Run the following command in your project directory to install the latest stable version:
Usage
This package provides a Storyblok extension for Tiptap for PHP.
Basic Example
You need to create an Editor
instance and add the Storyblok extension:
Custom Block Rendering
You can customize how Storyblok blocks are rendered using the blokOptions
configuration.
Example: Rendering a Custom Heading Block
Disabling Specific Extensions
You can disable specific Tiptap extensions within Storyblok.
Example: Disabling codeBlock
and heading
For a complete list of enabled extensions by default, check out Storyblok\Tiptap\Extension\Storyblok
.
License
This library is licensed under the MIT License. See the full license in the LICENSE file.
Acknowledgments
This library is built upon the Tiptap editor and the official Tiptap for PHP library.
Special thanks to SensioLabs for assisting with the initial implementation of the bundle.
Additional Resources
All versions of php-tiptap-extension with dependencies
thecodingmachine/safe Version ^2.0 || ^3.0
ueberdosis/tiptap-php Version ^1.4