.. ================================================== .. FOR YOUR INFORMATION .. -------------------------------------------------- .. -*- coding: utf-8 -*- with BOM. .. include:: ../../../Includes.txt .. _developers_goodtoknow_core: Core ==== TypoScript Registers -------------------- The TypoScript of xBlog is using a lot of registers. This enables a dynamic workflow. For example: content can calculated depending on delivered parameters in an URI and depending of the setup of a plugin. **The core** of these registers are: * xBlogMainList * xBlogMainSingle * xBlogMini They contain all data for the views list, single and mini. Content of these registers will delivered to the fluid templates. If you like to improve the TypoScript code, it would be a good idea, to use the TypoScript Object Browser and to look for the registers from above in the TypoScript code.