According to the manual page that character causes all lines below to be turned into a one line string. I tried it anyways and received a yaml error as surrounding it with quotations caused. I need to keep the two line breaks but also have indentation of the second line.
-- Stephen Ostrow <[EMAIL PROTECTED]> On Jun 4, 1:11 pm, Fabien Potencier <[EMAIL PROTECTED] project.com> wrote: > try > > home_en_slot3: > value: > > test1: > component: sfSimpleCMS/latestPages > > -- > Fabien Potencier > Sensio CEO - symfony lead developer > sensiolabs.com | symfony-project.com | aide-de-camp.org > Tél: +33 1 40 99 80 80 > > isleshocky77 wrote: > > Listing 5-3 ofhttp://www.symfony-project.org/book/1_0/05-Configuring-Symfony > > has "Indentation doesn't appear in the resulting string "; but I need > > indentation in that resulting string. Is there a way to do this? My > > example of why is from the sfDoctrineSimpleCMSPlugin fixture file. > > > home_en_slot3: > > value: | > > test1: > > component: sfSimpleCMS/latestPages > > > the line " component: sfSimpleCMS/latestPages" has to be indented, > > but right now is not; this causes an error from SimpleCMS. I've tried > > placing quotes around it and replacing the spaces with but > > neither worked. > > > Any help would be greatly appreciated. > > > -- Stephen Ostrow <[EMAIL PROTECTED]> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---
