0
TYPO3 버전 7.6.15의 템플릿 설정에서 타이프 스크립트를 사용하여 대괄호를 닫을 때 어려움이 있습니다. 예를 들어TYPO3 7.6.15 - TypoScript가 템플릿 설정에서 대괄호를 제대로 닫을 수 없습니다.
: 나는 사전에 PHP 버전 5.6.28
감사를 사용하고
lib.fluidContent { #this is displayed red as it wasn´t closed
partialRootPaths {
10 = fileadmin/templates/content/partials
}
}
plugin.tx_form { #this is displayed red as it wasn´t closed
partialRootPaths {
20 = fileadmin/templates/form/partials
}
}
! 데니스