Skip to content

oostmeijer/findus-plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

findus-plugin

A simple map/directions component for October CMS.

      $$\  $$\    $$$$$$$\                  $$\ $$\                      $$\     $$\      $$\           $$\       
     $$  |$$  |   $$  __$$\                 $$ |\__|                     $$ |    $$ | $\  $$ |          $$ |      
    $$  /$$  /$$\ $$ |  $$ | $$$$$$\   $$$$$$$ |$$\  $$$$$$\  $$$$$$$\ $$$$$$\   $$ |$$$\ $$ | $$$$$$\  $$$$$$$\  
   $$  /$$  / \__|$$$$$$$  | \____$$\ $$  __$$ |$$ | \____$$\ $$  __$$\\_$$  _|  $$ $$ $$\$$ |$$  __$$\ $$  __$$\ 
  $$  /$$  /      $$  __$$<  $$$$$$$ |$$ /  $$ |$$ | $$$$$$$ |$$ |  $$ | $$ |    $$$$  _$$$$ |$$$$$$$$ |$$ |  $$ |
 $$  /$$  /   $$\ $$ |  $$ |$$  __$$ |$$ |  $$ |$$ |$$  __$$ |$$ |  $$ | $$ |$$\ $$$  / \$$$ |$$   ____|$$ |  $$ |
$$  /$$  /    \__|$$ |  $$ |\$$$$$$$ |\$$$$$$$ |$$ |\$$$$$$$ |$$ |  $$ | \$$$$  |$$  /   \$$ |\$$$$$$$\ $$$$$$$  |
\__/ \__/         \__|  \__| \_______| \_______|\__| \_______|\__|  \__|  \____/ \__/     \__| \_______|\_______/ 

Displaying Maps On your Pages

The plugin includes the Findus component that can display mpas on your pages. Add the component to your page and render it with the component tag:

{% component 'findus' %}

There are several Component Settings you will want check when adding the Findus Component:

  • location_title - The title of your location.
  • address - The address of your location.
  • template - The view template to use.
    • link_only
    • map_only
    • map_info_right
    • info_small_map
  • color - The Color Hue of your Map
    • none
    • red
    • blue
    • green
    • yellow
    • purple
    • grey
    • black
    • brown

About

A Simple Map/Directions Plugin for October CMS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 36.9%
  • CSS 25.4%
  • HTML 19.8%
  • PHP 17.9%