.. ================================================== .. FOR YOUR INFORMATION .. -------------------------------------------------- .. -*- coding: utf-8 -*- with BOM. .. ================================================== .. DEFINE SOME TEXTROLES .. -------------------------------------------------- .. role:: underline .. role:: typoscript(code) .. role:: ts(typoscript) :class: typoscript .. role:: php(code) Extension Overview ------------------ Extension configuration ^^^^^^^^^^^^^^^^^^^^^^^ .. figure:: ../../Images/Tutorial1KickstarterExtensionConfiguration.png Views ^^^^^ This extension relies on three views: - A list view, named “List”, which displays all the items associated with the query, - A single view, named “Single”, which displays only information associated with one item, - An edit view, named “Edit” which makes it possible to edit an item in the front end. Let us note that most extensions deal with one form with three views: one list view to present items, one single view to display one item and one edit view to edit one item. However, an extension may only have one list view. It can also contain several forms with different views as it is explained in Tutorial 7. Click on the List view to open it. .. figure:: ../../Images/Tutorial1KickstarterListView.png The item template defines how each item will be displayed. In general, it is an