smichaelsen / melon-images

Responsive Image Management for TYPO3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow configuration for file references in inline fields

smichaelsen opened this issue · comments

package.Smichaelsen\MelonImages.croppingConfiguration {
  # the root records is a news record
  tx_news_domain_model_news { 
    # the field is content_elements. Melon Images should detect that this is not a FAL field
    content_elements {
      textpix.images.variants.default.sizes.all {
        width = 823
        height = 494
    }
  }
}