57u / faq-listing-editor

A package for a custom FAQ List in the Umbraco Back Office

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Package Logo FAQ Listing Editor for Umbraco

The FAQ Listing Editor creates a custom property editor that can be added to the Umbraco back office for a quick FAQ page.

FAQ Listing Screenshot

Download for Umbraco

Install the selected release through the Umbraco package installer or download and install locally from Our.

After installing the package, create a new DataType and select "FAQ Listing" from the property editor dropdown, then add it to a DocType of your choice.

Want help with the code for the front of the site? View the gist here.

Contribute

Want to contribute to the FAQ Listing Editor? You'll want to use Grunt (our task runner) to help you integrate with a local copy of Umbraco.

Install Dependencies

Requires Node.js to be installed and in your system path

npm install -g grunt-cli && npm install -g grunt
npm install

Build

grunt

Builds the project to /dist/. These files can be dropped into an Umbraco 7 site, or you can build directly to a site using:

grunt --target="D:\inetpub\mysite"

You can also watch for changes using:

grunt watch
grunt watch --target="D:\inetpub\mysite"

About

A package for a custom FAQ List in the Umbraco Back Office

License:MIT License


Languages

Language:JavaScript 64.8%Language:C# 25.8%Language:HTML 6.2%Language:CSS 3.2%