Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Code for inserting Text Animations (Shortcode UI) and new shortcodes from Shortcode Core #29

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Commits on Sep 15, 2021

  1. Added code for new button to insert Text Animations

    When Shortcode UI installed, Text Animations avaliable on button allowing to insert code snippet from template.
    
    Updated also language file to bring Czech language intio UI.
    
    Created 10 new buttons with code snippet grabbed from https://github.com/getgrav/grav-plugin-shortcode-ui/blob/master/README.md as reference.
    
    Code based on existing Shortcode UI javascript and extended to server Text Animations templates.
    svatas committed Sep 15, 2021
    Configuration menu
    Copy the full SHA
    cd58006 View commit details
    Browse the repository at this point in the history
  2. Updated with new Shortcodes available in Shortcode Core as of 2021

    There are new Shortcodes available in Shortcode Core.
    
    This is just to update UI with buttons allowing to insert new Shortcodes (Figure, Mark and Lorem Ipsum).
    
    Code updated from existing javascript
    svatas committed Sep 15, 2021
    Configuration menu
    Copy the full SHA
    66daacd View commit details
    Browse the repository at this point in the history
  3. Fix for Issue getgrav#27

    Fix for Issue getgrav#27
    There is wrong ending tag in template, fixed. See getgrav#27
    svatas committed Sep 15, 2021
    Configuration menu
    Copy the full SHA
    a217353 View commit details
    Browse the repository at this point in the history