actmd / abraham

Trackable application tours for Rails with i18n support
MIT License
124 stars 45 forks source link

allow for custom buttons in yml files to be specified... #32

Closed mgdickinson closed 2 years ago

mgdickinson commented 4 years ago

...with custom text, actions, and classes. small change. allows you to do

   1:
      text: "Welcome with custom buttons"
      buttons:
        1:
          text: 'Hide Tour'
          action: 'tour.next'
          classes: 'btn btn-secondary shepherd-button-secondary'
        2:
          text: 'Cool my own button'
          action: 'tour.next'
          classes: 'btn btn-primary'
jabbett commented 2 years ago

Changes pulled into #67