[TYPO3-english] Insert Records isn't in the list of content

Graham Knight graham.knight5 at gmail.com
Sat Oct 1 13:36:20 CEST 2011


Stephen,

On 30/09/2011 12:08, Stephen Bungert wrote:
> Sorry... found out how to do it.
>
> Create any kind of content element and then select insert records from the
> CE's type field.
>
> Why isn't it just listed on the insert new content page with all the other
> types of content?
>
>
> "Stephen Bungert"<stephenbungert at yahoo.de>  schrieb im Newsbeitrag
> news:mailman.1.1317380631.4669.typo3-english at lists.typo3.org...
Some of this is configurable I think. See http://buzz.typo3.org/people/steffen-kamper/article/the-new-content-element-wizard-in-version-43/

I used this to make Insert Records appear:

mod.wizards.newContentElement.renderMode = tabs

mod.wizards.newContentElement.wizardItems.special.elements.insert_records {
     icon = gfx/c_wiz/regular_text.gif
     title = Insert Records
     description = Inserts a record stored elsewhere
     tt_content_defValues {
         CType = shortcut
     }
}

Graham


More information about the TYPO3-english mailing list