.. ================================================== .. FOR YOUR INFORMATION .. -------------------------------------------------- .. -*- coding: utf-8 -*- with BOM. .. include:: ../../Includes.txt TypoScript ---------- This page is divided into the following sections which are all configurable by using TypoScript: General settings '''''''''''''''' Any setting needs to be prefixed with plugin.tx_intblog.settings. .. contents:: :local: :depth: 1 ==================================== ====================================== =============== ================== Property Title Type Default ==================================== ====================================== =============== ================== overrideFlexformSettingsIfEmpty List of fields that will be rewrited string from flexformoverride templatesFolder The sysfolder for templates string /Templates partialFolder The sysfolder for partials string /Partials layoutFolder The sysfolder for layouts string /Layouts themesFolder The sysfolder for themes string Themes/ defaultTheme Define the defaul theme for blog string Events extension hidePagination Hide pagination int 0 emailPath Email template path string /Templates/Email/Mail.html sender.email Default sender email string contact@in2itive.ro admin.email Default admin email string contact@in2itive.ro itemsPerPage Number of article item per page int 1 articleRenderDateFormat Date format for article string d/m/Y commentDateFormat Date format for comment string d-m-Y H:i cropMaxCharacters Maxim of characters for cropping int 200 insertAbove Pagination above list int 0 insertBelow Pagination below list int 0 maximumNumberOfLinks Maximum of pagination number int 100 comments.defaultImagePath Default image path for latest comment string EXT:int_blog/Resources/Public/Themes/ comment.limit Limit number of comments for latest int 1 plugin string comment.list.imageWidth Image width for comments string 64c comment.list.imageHeight Image height for comments string 64c articles.list.imageWidth Default image width in list view string 212c articles.list.imageHeight Default image height in list view string 141c articles.detail.imageWidth Default image width in detail view string 750c articles.detail.imageHeight Default image height in detail view string 500c jsFiles.blogJQuery jQuery Source: Change jQuery Source string jsFiles.customJs Path to the custom js file string /Js/custom.js cssFiles.customCss Path to the custom css file string /Css/custom.css cssFiles.addBootstrap Add bootstrap file int 1 cssFiles.bootstrapCss Path to the bootstrap css file string /Css/bootstrap.min.css opengraph.type Opengraph type string article opengraph.siteName Opengraph site name string TYPO3 Blog Site search.articlePartial Article Partial string ArticleList search.categoryPartial Category Partial string CategoryList search.tagPartial Tag Partial string TagList search.allPartial All Results Partial string AllList ==================================== ====================================== =============== ==================