-
Notifications
You must be signed in to change notification settings - Fork 156
inlined the test.yml contents as they are no longer part of the CMF SE 1.1+ #532
Conversation
lsmith77
commented
Aug 7, 2014
Q | A |
---|---|
Doc fix? | yes |
New docs? | no |
Applies to | 1.1+ |
Fixed tickets | symfony-cmf/standard-edition#14 |
body: | ||
en: | | ||
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut sodales, nisl ut ultrices dictum, dolor ligula cursus massa, id posuere purus orci elementum justo. Ut tincidunt imperdiet dictum. Quisque volutpat condimentum justo quis tempus. Proin magna orci, adipiscing sed cursus quis, bibendum quis tortor. Aenean eu malesuada lorem. Maecenas in nibh in lacus vulputate iaculis nec eget sem. Sed gravida convallis egestas. Duis vitae tempus massa. Maecenas ipsum sapien, congue faucibus molestie vel, commodo ac lectus.</p> | ||
<p>Morbi eleifend, ipsum eget facilisis lacinia, lorem dui venenatis quam, at vulputate purus erat sit amet elit. Curabitur a nulla et leo gravida laoreet in eget nisi. Ut posuere fringilla mauris, non placerat dolor lobortis nec. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aliquam dapibus, quam eu laoreet dapibus, nisi mi sagittis dolor, sit amet pulvinar nisi enim non dui. Vivamus ut lorem et leo vehicula lacinia eget in lacus. Cras augue dolor, cursus ac pellentesque a, ultrices sed sem. Aliquam ultricies condimentum nibh, eu molestie erat accumsan et. Morbi eget dolor purus, et malesuada magna. Aliquam erat volutpat. Donec ut massa nec magna euismod viverra. Nulla non nibh eu tellus ullamcorper luctus. Duis a nunc id libero molestie interdum. Praesent vel rutrum ligula. Morbi ornare tellus vitae nisl bibendum eget convallis felis bibendum.</p> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
for readability, i would prefer a shorter lorem ipsum here.
fixed .. also tested it out and realized that the CMF SE is no longer multi lang by default, so made the necessary adjustments. |
ping @wouterj .. since its for 1.1, I guess master is the right target? |
``app/Resources/data/pages/test.yml``. The contents of this file can be loaded | ||
into the PHPCR database by calling: | ||
editing, then you can use the SimpleCmsBundle ``page`` migrator. For example | ||
create a file the following contents at ``app/Resources/data/pages/test.yml``: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"For example, to add a page called "Testing", creating a file called app/Resources/data/pages/test.yml
with the following contents:"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
ping |
target seems right, yes. wouter is proposing a clarification in his comment above. |
inlined the test.yml contents as they are no longer part of the CMF SE 1.1+
thanks. @wouterj will you merge master into dev again at some point? |
@dbu done! |
thanks! |