dantleech

Results 876 comments of dantleech

Hmm, thinking of it, in my own situation I have `pages`, `routes` and `articles` under the menu basepath `/cms`, of which only `pages` is a menu item. Another idea would...

On Mon, May 23, 2016 at 02:32:08AM -0700, David Buchmann wrote: > the prefix feels like leaking information to the application. the appeal > of calling it just "main" is...

Have you tried ``` php $documentManager->getNodeForDocument($menuDocument)->getIndex(); ``` https://github.com/phpcr/phpcr/blob/ea19594c709b28e28d27c71c7e832d3942779ed8/src/PHPCR/NodeInterface.php#L709 But sounds like something we should alow to be mapped (?)

You need to use `$documentManager->reorder($parentDocument, 'itemA', 'itemB')` to place the node named `itemA` before the node named `itemB` where both have the same given parent document. But I think having...

I think this is a really good proposal, a Media component would make a lot of sense, and CMF/Vespolinaisms can then be pushed to the "Bundle layer". Also I really...

But then the content editor doesn't control how to display the title of a block does it? Or what container class to use, or indeed what class to use for...

oops, sorry. That query is generated by jackalope right? Running a similar query I get an exception when I use the `

What if one of the extension form fields is required in the model?

Maybe the best would be to provide a specific form builder for the embeded form that will be used in preference if it exists. ``` protected function confirgureEmbeddedFormFields(FormMapper $formMapper) {...

will look at this today / tomorrow