Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 1.82 KB

README.mdown

File metadata and controls

47 lines (31 loc) · 1.82 KB

Appointments

Appointments is a plugin to demonstrate the use of the Details plugin. It does the required work to setup a custom content type, details table, and block. It is for use with the Croogo CMS. It is released under MIT License.

It is powered by the Croogo CMS framework.

Requirements

  • Croogo 2.0.0+

Installation

Web based installer

  • Go to Admin > Extensions > Plugins.
  • Upload the file using the Upload link.

Manual installation

  • Extract the archive to the app/Plugin/Appointments directory.

Installation using git

  • TBD

Activation

  • Go to Admin > Extensions > Plugins.
  • Make sure the Details plugin is installed and activated.
  • Click on the activate icon to enable it.

Usage

  • Creates the content type with pre-defined fields upon activation, so jump right to creating content.
  • Create a new Appointment
    • Give it a title, and a body, mark it Published.
    • On Details tab, enter start / end date and location.
    • Save the Node.
  • Navigate to your custom type list, ie. http://my-site.com/appointment
    • This type route will display a calendar which then displays your new Appointment.

Links