Advertisement
Guest User

Untitled

a guest
Oct 15th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. tt_content.tbf_package_tbffactsteaser = COA
  2. tt_content.tbf_package_tbffactsteaser {
  3. 10 = FLUIDTEMPLATE
  4. 10 {
  5. file = EXT:tbf_package/Resources/Private/Templates/ContentElements/tbffactsteaser.html
  6. partialRootPath = EXT:tbf_package/Resources/Private/ContentElements/Layouts
  7. layoutRootPath = EXT:tbf_package/Resources/Private/ContentElements/Partials
  8. }
  9.  
  10. 10.dataProcessing {
  11. 10 = BK2K\BootstrapPackage\DataProcessing\FlexFormProcessor
  12. 20 = TYPO3\CMS\Frontend\DataProcessing\DatabaseQueryProcessor
  13. 20 {
  14. table = tx_tbf_domain_model_award
  15. pidInList.field = pid
  16. where {
  17. data = field:uid
  18. intval = 1
  19. wrap = tt_content=|
  20. }
  21. orderBy = sorting
  22. dataProcessing {
  23. 10 = TYPO3\CMS\Frontend\DataProcessing\FilesProcessor
  24. 10 {
  25. references.fieldName = image
  26. }
  27. }
  28. }
  29. }
  30. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement