2016-09-30 6 views
0

templavoila 및 Fluid에 관해 질문이 있습니다. TYPO3 4.7.x에서 Templovoila를 사용하는 TYPO3 4.7.x에서 TYPO3 6.2.x로 마이 페이지를 마이그레이션했습니다. 이제 Templavoila 코드를 Fluid/Flux 코드로 번역하고 싶습니다. 예를 들어 나는 드롭 다운에 대한 TemplaVoila 유연한 CE 있습니다templavoila 템플릿 코드를 Fluid/Flux 템플릿으로 번역하는 방법

<?xml version="1.0" encoding="utf-8" standalone="yes" ?> 
<T3DataStructure> 
    <meta type="array"> 
     <langDisable>1</langDisable> 
    </meta> 
    <ROOT type="array"> 
     <tx_templavoila type="array"> 
      <title>ROOT</title> 
      <description>description</description> 
     </tx_templavoila> 
     <type>array</type> 
     <el type="array"> 
      <field_dropdown_toggle type="array"> 
       <tx_templavoila type="array"> 
        <title>Text Dropdown Toggle</title> 
        <sample_data type="array"> 
         <numIndex index="0">Style</numIndex> 
        </sample_data> 
        <eType>input</eType> 
        <proc type="array"> 
         <HSC type="integer">1</HSC> 
        </proc> 
        <TypoScript type="NULL"></TypoScript> 
       </tx_templavoila> 
       <TCEforms type="array"> 
        <config type="array"> 
         <type>input</type> 
         <size>200</size> 
         <eval>trim</eval> 
        </config> 
        <label>Text Dropdown Toggle</label> 
       </TCEforms> 
      </field_dropdown_toggle> 
      <field_dropdown_menu type="array"> 
       <tx_templavoila type="array"> 
        <title>Dropdown-Menü</title> 
        <sample_data type="array"> 
         <numIndex index="0"></numIndex> 
        </sample_data> 
        <eType>ce</eType> 
        <TypoScript> 
10 = RECORDS 
10.source.current = 1 
10.tables = tt_content 
             </TypoScript> 
        <oldStyleColumnNumber type="integer">0</oldStyleColumnNumber> 
       </tx_templavoila> 
       <TCEforms type="array"> 
        <config type="array"> 
         <type>group</type> 
         <internal_type>db</internal_type> 
         <allowed>tt_content</allowed> 
         <size>5</size> 
         <maxitems>200</maxitems> 
         <minitems>0</minitems> 
         <multiple>1</multiple> 
         <show_thumbs>1</show_thumbs> 
        </config> 
        <label>Dropdown-Menü</label> 
       </TCEforms> 
      </field_dropdown_menu> 
      <field_dropdown_header type="array"> 
       <tx_templavoila type="array"> 
        <title>Überschrift</title> 
        <sample_data type="array"> 
         <numIndex index="0"></numIndex> 
        </sample_data> 
        <eType>none</eType> 
        <TypoScript> 
         10 = TEXT 
         10.data = register:tx_templavoila_pi1.parentRec.header 
        </TypoScript> 
        <preview></preview> 
       </tx_templavoila> 
      </field_dropdown_header> 
      <field_dropdown_header_layout type="array"> 
       <type>attr</type> 
       <tx_templavoila type="array"> 
        <title>Header Typ</title> 
        <eType>none</eType> 
        <TypoScript> 
         10 = TEXT 
         10 { 
          data = register:tx_templavoila_pi1.parentRec.header_layout 
          wrap = dropdown-header h| 
         } 
        </TypoScript>    
        <proc type="array"> 
         <HSC type="integer">1</HSC> 
        </proc> 
       </tx_templavoila> 
      </field_dropdown_header_layout> 
     </el> 
    </ROOT> 
</T3DataStructure> 

을 나는 같은 플럭스이 코드를 변환하고 싶습니다 :

<flux:field.input name="textToggle" label="Text Dropdown Toggle" /> 

문서상의 어떻게 변환이 있습니까?
here is the screenshot of templavoila

정확히 어떻게 플럭스/유체를 사용하는 것과 비슷합니까? 입력 필드를 얻을 수 있지만 드롭 다운 메뉴를 가져올 수 없습니다. 아무도 나에게 무엇을 제안 할 수 있습니까. 내 질문에 명확하지 않은 경우 알려 주시면 다시 설명 드리겠습니다. 귀하의 도움에 감사드립니다.

답변

0

확장자 sf_tv2fluidge (필자는 제작자)은 TV 유연한 콘텐츠 요소를 GridElements로 마이그레이션하는 것을 지원합니다. 플럭스를 사용하고 있으므로 sf_tv2fluidge으로 마이그레이션 할 수 없습니다.

forksf_tv2fluidge을 techniConcept에서 사용할 수 있습니다. 이들은 플럭스를 지원하지만 유체 페이지 및 유체 컨텐츠가 필요합니다.