Plugin Directory

Changeset 3163678


Ignore:
Timestamp:
10/06/2024 06:23:22 PM (18 months ago)
Author:
dwindown
Message:

Update readme file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • shortberg/tags/1.0.0/readme.txt

    r3163669 r3163678  
    1616ShortBerg 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.
    1717
     18=== Why ShortBerg? ===
     19
     20Currently 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
    1831== Installation ==
    19321. Upload the `shortberg` folder to the `/wp-content/plugins/` directory.
     
    2740
    2841= 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.
     42You 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.
    3043
    3144= Can I customize the templates? =
     
    3952= 1.0.0 =
    4053First 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.