21.07.2011 14:19, Jan Haderka ?????:
Should bootstrap phase register this paragraphs to be available for stk
templates or should I register facebook paragraphs manually somewhere?
That depends on the module provider ... mostly you would not register
paragraphs for the page templates that your module is not providing as well,
leaving it up to site manager to decide where such paragraph fits in their site
design.
so, is this a good way to modify stk templates adding own paragraphs in
newBar:
[@cms.newBar ...
paragraph="${stk.asStringList(def.mainArea.paragraphs)}*,myCustomParagraph1,myCustomParagraph2*"
/]
If I make module or install third-party with custom stk paragraphs,
should I go through stk templates adding them in this way?
I thinks if I add paragraph name to
/modules/standard-templating-kit/templates/stkHome/mainArea/paragraphs,
this can help keep changes only in config tree, but this case magnolia
error, when paragraph is outside of stk module configuration.
and this make me confused. How in this case should I move magnolia
author site with content from developing to production server?
for example developing server use derby for jcr, but production will use
postgresql. Compressing webapps folders and uploading it to production
is one part of publish process. Second is relocating jcr database from
derby to postgres? Is this manual works for this case:
http://wiki.magnolia-cms.com/display/WIKI/Setting+up+Jackrabbit+PersistenceManager+%28prior+to+or+after+installation+of+Magnolia+CMS%29?
Or better develop and debug modules/themes on developing server, then
install fresh magnolia, customize it, and then start add real site content?
4. I try create own module with templates inside and have lost with module
configuration. I download few modules source, and trying understand how to
create config files like config.modules.*.xml in mgnl-bootstrap folder. Should
I make them manually or some tools can be used for that. Or can I create my
module settings in current magnolia config and just export it?
create all in your magnolia instance and export it.
I saw jcr uid in this xml files like:
<sv:property sv:name="jcr:uuid" sv:type="String">
<sv:value>1b32f6eb-ba6d-410c-8a31-63ec7b89b020</sv:value>
</sv:property>
is this id unique for each models on different magnolia instances? I'm
afraid if this id have duplicate on production instance, for example
other custom module use same id (is this possible?), this will broke
something.
Thanks for your help!
----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/community/mailing-lists.html
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------