Changeset 3163678
- Timestamp:
- 10/06/2024 06:23:22 PM (18 months ago)
- File:
-
- 1 edited
-
shortberg/tags/1.0.0/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
shortberg/tags/1.0.0/readme.txt
r3163669 r3163678 16 16 ShortBerg is a powerful plugin designed to streamline the management of Gutenberg templates within your WordPress site. With ShortBerg, you can easily create, edit, and store templates, allowing you to insert them anywhere using a simple shortcode. This plugin enhances your content creation process by providing a seamless way to reuse design elements across posts and pages. Whether you're a developer or a content creator, ShortBerg makes it effortless to manage and display your custom templates. 17 17 18 === Why ShortBerg? === 19 20 Currently Gutenberg is providing "Pattern" as template thing. But it is cannot be edit as a global element. When you use same pattern in multiple pages, and on the other day you need to change it, you need to edit one by one page where the pattern is placed. 21 22 - **Fully Customizable**: You are able to use any features of Gutenberg. 23 - **As a Global Element**: You are able to manage the template and it will be affect to all places where the template is placed. 24 - **Responsive Design**: The template is keep the responsiveness of your design. 25 26 === Tested Compatibilities === 27 28 - **Gutenberg** itself 29 - **[aBlock](https://wordpress.org/plugins/ablocks/)** 30 18 31 == Installation == 19 32 1. Upload the `shortberg` folder to the `/wp-content/plugins/` directory. … … 27 40 28 41 = How do I use the shortcode? = 29 You can use the shortcode format `[ shortberg id="TEMPLATE_ID"]` to display your template anywhere on your site. Replace `TEMPLATE_ID` with the ID of your template.42 You can use the shortcode format `[berg id="TEMPLATE_ID"]` to display your template anywhere on your site. Replace `TEMPLATE_ID` with the ID of your template. 30 43 31 44 = Can I customize the templates? = … … 39 52 = 1.0.0 = 40 53 First version of ShortBerg, a plugin to manage Gutenberg templates. 41 42 == Screenshots ==43 1. Screenshot of the ShortBerg admin interface.44 2. Screenshot of a template in the Gutenberg editor.45 3. Screenshot of the shortcode output on the frontend.46 47 == Other Notes ==48 This plugin is actively maintained. For feature requests or bug reports, please open an issue on GitHub.
Note: See TracChangeset
for help on using the changeset viewer.