[TYPO3] Images in the BE RTE
    Christian Platt 
    christian.platt at pharmaline.de
       
    Fri May 30 12:22:15 CEST 2008
    
    
  
Hi Stephen,
allow images
Christian
####
RTE.default {
...
         proc {
...
                 # Content to database
                 entryHTMLparser_db = 1
                 entryHTMLparser_db {
...
                         ## align attribute werden erlaubt
                         tags {
...
                                 ## img tags are allowed
                                 img >
                         }
                 }
         }
}
Am 29.05.2008 um 16:14 schrieb Stephen Bungert:
> Is it possible to add images to the RTE? I tried adding the image  
> button,
> but when I click it, drag an image tot he RTE and save, the image is  
> always
> deleted.
>
> Stephen
>
> _______________________________________________
> TYPO3-english mailing list
> TYPO3-english at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
    
    
More information about the TYPO3-english
mailing list