Skip to content

DanielRivers/Kirby-CMS-Timeline-Editor-Block

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kirby-CMS-Timeline-Editor-Block

Timeline block for KirbyCMS Editor

Turn this

Panel View

Into this!

Example from the example.css

Settings

Settings

Outputted HTML

<ul class="timeline">
  <li class=""> <!-- This is the CSS Class from Settings -->
      <div class="timeline-badge primary">
          <span>&#9737;</span> <!-- This is the Icon from Settings -->
      </div>
      <div class="timeline-panel">
          <div class="timeline-heading">
              1947        <!-- This is the Title from Settings -->
          </div>
          <div class="timeline-body">
              <p>
                  <!-- This is the Main content -->
                  Partition of India, formation of the new state of Pakistan, included East Bengal. Assam became a province of North Eastern India. There was no set restrictions on the migration of people from Pakistan and India after partition.            
              </p>
          </div>
          <div class="timeline-footer"></div>
      </div>
  </li>
</ul>

Todo

  • Add Translations

About

Timeline block for KirbyCMS Editor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published