Hi,
We’re happy to announce the release of Magnolia CORE 5.4.14. Besides fixing a
vulnerability in the Security app and some other minor bugs, this release
brings also a change in the configuration of the LDAP Connector module.
There is a link to the release notes below as usual. You can check
Hi,
We’re happy to announce the release of Magnolia CORE 5.5.6:
Changes for authors:
Introducing the Content Editor - An author-friendly interface that lets you
create long-form content easily and publish it instantly. A mix of structured
form fields and free-flow composition means you can reus
Hi Mario
My first hint is: Understand the freemarker [i]${myObject} expression[/i] :-)
It is similar to the [i]#toString[/i] method in Java.
Simply said freemarker applies #toString to the object (myObject).
When you pass the typical [i]content[/i] object (which is of [i]type
info.magnolia.jcr.
Hi Mario
You should explain a bit more in detail what exactly you are trying to do.
>From what file have you pasted a snippet?
Is it a template, If yes, what template ... page or component? Or are you
working with "processed resources"?
What is the context of the content object which you are usi
So ...
If your module should be part of your Magnolia webapp or Magnolia bundle, make
sure your new module is added to the webapp / bundle. Typically that's done
with Maven dependency management.
Run
[code]mvn dependency:tree[/code]
on the pom of your webapp to see whether your webapp really c
Make sure you understand all tabs of a role how it is defined.
(maybe i should improve the docs concerning this point.)
You may want to screen-shot all the tabs of your rest role and send me links to
this screen-shots.
E.g. the role "demo-rest-role" as described here => https://goo.gl/GdYafb wou
As Tomáš already mentioned. Make sure you avoid the "double slash" (see your
URL above).
Plus: Check your security settings! Make sure, that the user, which you are
using, is granted access to /.rest/swagger*
Check https://goo.gl/GdYafb and or https://goo.gl/a3nz5d and maybe
https://goo.gl/y5v
Caesar
I don't know your setup.
¯\_(ツ)_/¯
But if you have a locally installed bundle from of our downloads, typically the
apiBasepath is indeed http://localhost:8080/magnoliaAuthor/.rest .
Check the URL you are using to access the admin UI. If it is
localhost:8080/magnoliaAuthor/ ... yep, then
Caesar
Also make sure that the property [i]/modules/rest-tools/config/apiBasepath[/i]
is set correct.
Its value must be [i]://://.rest[/i]
Here is a section of a new doc page dealing with REST which explains what to
take care for if you want use the swagger tools:
=>
https://documentation.magno
Hello Tumpa SINGHA RAY
Magnolia is using JCR to store most if not all of the data - this is especially
true for website content.
Typically JCR is not restricting what data store is used "under the hood" to
persist the JCR data - its persistence layer can and often is a RDBMS
(especially in prod
nirjon
If i remember correctly, what you're looking for is not there ootb and you have
to implement your own EventsList for your use case.
Please note that Magnolia has stopped feature development for STK with the
release of Magnolia 5.4 (which was released on July 3, 2015).
The module gets re
Hello Sivakumar
Nexus was down for some time over the weekend.
Sorry for this inconvenience.
Now it up and running.
cheers,
Christoph
--
Context is everything:
http://forum.magnolia-cms.com/forum/thread.html?threadId=359e398f-675a-4d4c-abb7-95cefde3eefe
Hi Marco
I have tried out the expression proposed by Jan. I had te same result as you.
To be honest, i also was struggling a few times while using restfn.
And at some point i started to use it this way:
[code]
[#assign res5 = restfn.call( "icndbClient",
"info.magnolia.documentation.modules.rest
Hi Sheena
Basically, you can do everything with Magnolia :-)
So, the answer is: Yes, why not? Just give it a try!
kind regards,
Christoph
--
Context is everything:
http://forum.magnolia-cms.com/forum/thread.html?threadId=29479a18-d1c9-47f3-b586-888444bdf010
-
Hello Wanessa
Please have a look at
[url=https://forums.magnolia-cms.com/forum/thread.html?threadId=10050981-bc9b-4f5b-982f-e3e83984e70f&page=1]this
thread[/url],
which also includes a link to a section in a docu page =>
[url=https://documentation.magnolia-cms.com/display/DOCS/App+theme#Appthem
Hi Kian
Servlets is a big topic - if it's new for you, i don't know which resources i
can recommend.
You may want to start with docs from oracle: "What Is a Servlet?"
http://docs.oracle.com/javaee/6/tutorial/doc/bnafe.html
Closely related to servlets are servlet filters.
(http://docs.oracle.c
Kian
There is no .magnolia folder in the webapp. The path mentioned above by Antti
is enabled via servlet mapping.
Try to access this link with the browser: http://localhost:8080/magnoliaAuthor/
If you do it for the first time, Magnolia will finish the installation, finally
leading you to a logi
Hi Tom
Please provide a Maven dependency tree of your custom webapp.
Use mvn dependency:tree to create the tree.
And some more information about your environment:
- OS
- Java version
- application server (vendor and version)
By the way.
On preconfigured Magnolia 5.4.7 bundles, DAM version 2.1.5
Hi Will
User Razvan recently was fiddling around with Gradle and was successful at the
end as far as i know.
See
https://forum.magnolia-cms.com/forum/thread.html?threadId=92166067-2d4b-4cfa-8d22-7c4ea6c4f98b&page=1
kind regards,
Christoph
--
Context is everything:
http://forum.magnolia-cms.
Hello Chris
Magnolia 5.4 - which was
[url=https://documentation.magnolia-cms.com/display/DOCS54/Release+notes+for+Magnolia+5.4]released
on July 3, 2015[/url] - has introduced the concept of "Unified resource
loading". Compared to earlier and other approaches it provides a lot
flexibility on ma
Hi Pedro
Afaik Magnolie doesn't provide a Maven archetype to *install* Magnolia.
However, there is an artifact to create Magnolia Maven modules.
[code]mvn archetype:generate
-DarchetypeCatalog=https://nexus.magnolia-cms.com/content/groups/public/[/code]
For a quick and easy installation you could
Hello Piotr
Please provide some more infos what you have done exactly.
Have you followed the "my first content app" tutorial precisely, or have you
created your own new app trying to follow the tutorial?
What this tutorial is covering only on the surface: the module descriptor and
registration
Hello Aiping Zhang
Do you see the new filter config in the JCR configuration app?
Could you provide a screenshot how the config of your new filter looks like?
Have you already tried to debug the running app setting a breakpoint in the
#init and #doFilter methods of your new filter?
cheers,
Ch
grrr ... bad link above ... sorry :-)
Next try:
https://git.magnolia-cms.com/projects/DOCUMENTATION/repos/rest-client-examples/browse
--
Context is everything:
http://forum.magnolia-cms.com/forum/thread.html?threadId=e2f0f91a-351a-47fb-959b-713deeb14aea
Hi Kyriakos
I was also trying out quickly some (dummy) ClientRequestFilter(s).
I have registered one via "components" and one via "clientFilters" (which is
deprecated).
The result was (luckily) as expected: Both work fine.
There is a little documentation project which now contains the 2 dummy fi
Kyriakos
I'm glad to hear that it works now.
[quote]I had to replace "components" with "clientFilters" in the
configuration[/quote]
That's astonishing, i would expect both should work. However, thanks for
reporting it, i will check it.
cheers,
chm
--
Context is everything:
http://forum.ma
Kyriakos
I have updated the
[url=https://documentation.magnolia-cms.com/display/DOCS/REST+client+module#RESTclientmodule-Configuration]configuration
section on the docu page[/url].
This way the filter gets registered and is executed with each request.
I hope it works ;-)
--
Context is everyth
Hello Kyriakos
I haven't tried out yet, but concerning the docu (which you have linked above)
you can configure a list of "components". Such a component can be a
ClientRequestFilter or ClientResponseFilter.
Also check the resteasy-docu (https://goo.gl/Yu2LII) "Client Side Filters".
kind regard
Hello,
We’re excited to to announce the first release of Magnolia NOW!
Magnolia NOW is a cloud-based platform-as-a-service offering built on top of
Magnolia CORE. It provides you with the complete infrastructure needed to run
Magnolia and enables the continuous delivery of your custom module
Hello,
We’re happy to announce the release of Magnolia CORE 5.5. This major release
provides many cool new features, improvements and bugfixes. Here is a short
summary:
Magnolia's on-premise product has a new name: Magnolia CORE. Of course, it’s
the same flexible, robust system you rely on t
Hi Carlos
Generally spoken, categorize your cars.
"Eric cars" are not categorized by using the "Categories app".
Have a look at
https://wiki.magnolia-cms.com/display/WIKI/mgnl-conf+2016+workshop+-+dive+into+content+pools+with+Magnolia
That's something similar as Eric cars, but it goes a bit furt
Ups, what i forgot:
In the template make sure to reference your custom renderType
[code]
templateScript: /camera-collection/templates/pages/simple-json-provider.ftl
renderType: json
title: Simple json provider
[/code]
:-)
--
Context is everything:
http://forum.magnolia-cms.com/forum/thread.html
Hello
There was a plan to allow to set the content-type on the RenderableDefinition
(if i remember correctly), however, that's not yet implemented.
But AbstractRenderer has #setContentType method.
Ergo: To solve your problem, define a custom renderer. To keep things simple,
just extend the the
Hi
Can you please provide a link to the video you have mentioned?
Which exact version of Magnolia are you using?
In case you don't know, check the about app on your local running bundle, see
http://localhost:8080/magnoliaAuthor/.magnolia/admincentral#app:about:;
Just to be sure what you are tal
Carlos,
The page
https://documentation.magnolia-cms.com/display/DOCS/Accessing+content+on+the+server+side
provides an example about how to fetch content app data within ftl.
And, yeah, a model gives the full power and flexibility of Java, but it must be
part of Magnolia Maven module.
(Just ment
Hello,
Magnolia 5.3.16 has just been released!
In addition to bug fixes, Magnolia 5.3.16 provides a way to disable drag and
drop in apps, better dependency management for 3rd party libraries and an
update to avoid a security vulnerability in the CAS module.
This is a recommended update for al
Hi Matias Ramos
If you change security settings for a user. The user must logout and login in
order to fetch a new session which will contain the adapted security settings.
No server restart required.
(Otherwise it would be a bug.)
If you are using [i]magnolia-rest-tools[/i] with its swagger RE
Hello Michele
It is one of the limitations of the default REST endpoints "nodes" and
"properties" that it can deliver content from one workspace only - within one
request.
Make to REST calls or do one of the following things, to overcome the
limitation:
- implement a custom endpoint
- create J
Hi Aiping
Glad to hear that your imaging variations are again working fine :-)
To avoid hardcoding of the variation name in the template script, you may want
to use "Custom template properties". See:
-
https://documentation.magnolia-cms.com/display/DOCS/Template+definition#Templatedefinition-Cu
If you provide the files here - you have at least in theory a bigger audience
which is aware of your issue and may help you.
And if "we" (me or whoever) figures ou the solution here, it might be helpful
for others as well - because the forum is public in contrast to SUPPORT tickets.
So please ad
Hi Aiping Zhang
If the link (the value of the src atribute) contains "default", then, the
mechanism creating the link was not able to find or resolve the variation.
How have you created the link? Using damfn or imgfn? or even in a model class?
Are you sure that the theme - which defines the im
Hi
In order to help you - it would help "us" if you could provide the 2 app
definitions and the nodetypes.xml (for your custom node types) ALL as files.
Probably you can them to https://gist.github.com/ and provide the links to the
files here in the forum.
Concerning error logs: Next time pleas
Hi Robert
What do you mean with oops?
What exactly do you want to achieve?
--
Context is everything:
http://forum.magnolia-cms.com/forum/thread.html?threadId=0e685293-da76-4e18-963d-a38713494c15
For list details, see http://www.
Frank
Good observation :-) , at the moment, magnolia-module-observation is not used
in CE-bundle(s) (besides within the test-bundle).
As a rule of thumb:
- Use the magnolia-module-observation to enable observation by configration.
This also allows to enable/disable observation on a running in
Hi there,
Magnolia 5.4.6 has been released! It fixes many issues and introduces some new
cool features too. Here is a short summary:
- Many improvements on i18n including i18n support for light modules and some
new keys that can be used across modules.
- MTK provides two new components for vid
Please note that Magnolia recommends using _Maven version 3.2.3_.
See https://documentation.magnolia-cms.com/display/DEV/Maven+setup
(2nd note: The [i]Maven setup[/i] page currently gets updated because it
contains a few issues. However, the recommendation to use Maven version 3.2.3
is still vali
Hi Patrick
When including .ftl files within other .ftl. files, use an "absolute" path
which starts at "module name".
(Meaning here the "module" within src/main/resources or actually the light
module name. See
https://documentation.magnolia-cms.com/display/DOCS/Module+structure .)
So do somethi
Hello
All true what Nils and Jozef have said already.
If you need help for the migration, do not hesitate to contact the Magnolia
Services department, see https://www.magnolia-cms.com/services/expertise.html.
However, if you consider staying at 4.5, be aware that Magnolia 4.5 will reach
its "e
Okay Priyanka,
i have added a summary to
https://documentation.magnolia-cms.com/display/DOCS/REST+client+module about
what steps you have to do in order to get Java client (requesting a 3rd party
webservice) within Magnolia.
happy coding!
--
Context is everything:
http://forum.magnolia-cms.
Dear Priyanka
I'm not completely sure whether the above mentioned doc. page is too narrow or
whether you probably have just not read it accurately :-)
However ... i'll add another section which is summarizing the steps you have to
accomplish.
Meanwhile show me you service interface (you can post
"Service interface declaration" is a java interface.
In which package you add your java classes / interfaces is up to you.
Probably i have to update / clarify the docu. However:
0) Make sure rest-client module is enabled.
1) Create the interface = "Service interface declaration"
2) Configure the
Hi Priyanka
In case you want to call a "3rd party" webservice from Magnolia on the
server-side, i'd recommend creating a REST-client.
Have a look at
https://documentation.magnolia-cms.com/display/DOCS/REST+client+module
i hope this helps,
kind regards,
Christoph
--
Context is everything:
ht
Appendix:
It even easier, just disable the column - you will see how on
https://documentation.magnolia-cms.com/display/DOCS/Column+definition
./chm
--
Context is everything:
http://forum.magnolia-cms.com/forum/thread.html?threadId=9a5ae859-f8f3-4b5c-8c48-f00feb78c620
Hi Xena
Yes, you can :-)
Basically you have to edit the configuration of the columns of the views of the
pages app. "Just" remove the columns which you don't like :-)
Have a look at the config app at this path:
/modules/pages/apps/pages/subApps/browser/workbench/contentViews/list/columns
e.g. on
Thnx for spotting , Matteo
we will fix :-)
--
Context is everything:
http://forum.magnolia-cms.com/forum/thread.html?threadId=43f55eb5-b073-4c09-9af1-0f7b30b5a7da
For list details, see http://www.magnolia-cms.com/community/mailin
Hi there,
Magnolia 5.2.12 is available
Hi there,
Magnolia 5.2.12 has just been released!
5.2.12 fixes a cross-site scripting (XSS) vulnerability and an activation issue.
This is a recommended update for all Magnolia 5.2.x users.
Release notes are linked below as usual, you can check out the
Hi there,
Magnolia 5.4.5 has been released! 5.4.5 fixes a cross-site scripting (XSS)
vulnerability and some other important issues, as well as adding some
enhancements, among which:
- The Content-Type header is no longer set by ContentTypeFilter. The MIME type
was previously incorrectly set
Hi there,
Magnolia 5.3.14 has just been released!
5.3.14 fixes a cross-site scripting (XSS) vulnerability and provides a new
feature in the CAS Connector module.
This is a recommended update for all Magnolia 5.3.x users.
Release notes are linked below as usual, you can check out the full chang
Ups ... there is an ERROR in my last post ... and i cannot edit it. In the 2nd
snippet for the webapp pom skip the version.
Sorry for my stupidity :-{
--
Context is everything:
http://forum.magnolia-cms.com/forum/thread.html?threadId=2cb0c1b8-4fcd-4d9d-a022-54ea78b90a03
--
Hi Priyanka
Yes, adding the dependency to the pom should be sufficient.
In case you don't know, it is a good practice to do the following thing:
To the parent pom of your bundle, add the complete snippet including the
version to the dependencyManagement section, e.g.:
[code]
Hi Priyanka
Please have a look at
https://documentation.magnolia-cms.com/display/DOCS/REST+module (in case you
haven't read it yet).
Also note that these 2 modules are already part of the latest preconfigured
Magnolia bundles (https://goo.gl/g7YBp6):
- magnolia-rest-services
- magnolia-rest-in
Sorry, Giorgio,
I cannot help you with this problem.
Up to you whether you want to create a new thread or not.
kind regards,
Christoph
--
Context is everything:
http://forum.magnolia-cms.com/forum/thread.html?threadId=029ac8bb-4d7a-4610-8d6c-33771ca42ec6
Hi there,
Magnolia 5.3.13 has just been released! Magnolia 5.3.13 addresses some support
and maintenance issues. Among others it delivers the following fixes and
enhancements:
- Invalid message patterns aren't breaking the UI anymore.
- The Content-Type header is not set by ContentTypeFilter a
Hi there,
Magnolia 5.3.13 has just been released! Magnolia 5.3.13 addresses some support
and maintenance issues. Among others it delivers the following fixes and
enhancements:
- Invalid message patterns aren't breaking the UI anymore.
- The Content-Type header is not set by ContentTypeFilter a
Hi there,
Magnolia 5.2.13 has just been released! Magnolia 5.2.13 addresses some support
and maintenance issues. Among others it delivers the following fixes and
enhancements:
- Invalid message patterns aren't breaking the UI anymore.
- The Content-Type header is not set by ContentTypeFilter a
Hi Xena
Not sure what you mean with "redirecting parent page". In which context you
want to redirect? You want to create a redirect template?
Note that STK has a redirect template. You may not want to use STK, but the stk
redirection template could be a good source of inspiration.
By the way: Be
Hi Giorgio
I've checked your Maven settings.xml. (by the way: I've removed the post above
for security reasons. Your settings contains passwords in plain text. So you
also should remove it on pastebin!)
but back to the issue: Your settings.xml is missing the 2 important things. I
wonder whether
Sure, Giorgio,
you are right. You cannot have a created pom if the archetype fails. :-|
I will check your settings.xml (but i cannot do it right now).
--
Context is everything:
http://forum.magnolia-cms.com/forum/thread.html?threadId=029ac8bb-4d7a-4610-8d6c-33771ca42ec6
---
Giorgio
Please try to add the following lines (at the right place) to the pom.xml of
your module:
[code]
magnolia.nexus.public
https://nexus.magnolia-cms.com/content/groups/public/
true
true
[/code]
If it is still not working,
Hi Giorgio
To help you, we should know a bit more. So please provide the "error message"
given by Maven (if the error message is long, please add it to pastebin.com,
gist.github.com or a similar service and just provide the link instead of copy
pasting the complete stacktrace here).
I was upda
Hi Sammer
Generally, yes, you can do the Hello World Tutorial with IDE.
The error you've encountered [Failed to destroy end point associated with
ProtocolHandler ["ajp-nio-8009"] ...] can have many reason. So i can't help you
here.
Make sure you start a proper Magnolia bundle. And make sure th
Hi There
The forum is back. It works again. :-)
Once again we apologize for this inconvenience!
We are aware that the Magnolia community forum is not really what you expect
from a present-day forum. We are evaluating a better solution and hope to come
with a more suitable solution in the future
Hi there,
Magnolia 5.4.4 has been released! It is addressing a bunch of issues. Here is a
short summary:
- MTE templates move to a new module Magnolia Templating Kit (MTK) (a
subreactor of templating-essentials)
- MTK is available as a light module
- MTK templates don't use model classes anymore
Hi Emil
Please read
https://documentation.magnolia-cms.com/display/DOCS/Templating+functions to get
an idea how templating functions are registeref and which functions are brought
by which module.
Be aware that the templating functions on Magnolia 5.3.x do not have all the
same methods as on
Hello Jonathan
Are you sure that the template *templating:pages/helloWorld* is in the public
context?
--
Context is everything:
http://forum.magnolia-cms.com/forum/thread.html?threadId=60490fe5-33c0-4c24-98a7-89c3d7c2f731
For l
Hi Xena
I'm not 100% sure what you try to achieve.
Generally, you can "read" every node and ever node property on the workspaces
which belong to the JCR repository of your magnolia instance.
(For sure JCR also has a security layer, but let's keep this aside for the
moment.)
In java, to get a n
"good looking download urls". aha. :-)
So ... propose your PM to create a filter or a servlet which allows links as
$context/.downloads/my_folder/img/file_name.png
But if you use buttons ... hm ...
... [i][b]i[/b][/i] personally would NOT implement something special.
--
Context is everything:
I still do not understand why you do not want to use asset.getLink() (or
something similar from damfn) to create the link.
To render the link label, you could use something else (as already mentioned).
--
Context is everything:
http://forum.magnolia-cms.com/forum/thread.html?threadId=f26f3bcb-f
I'm not completely sure since i've never tried that.
However ... at least on the "visisble" part of your list you could render the
filename only or the path within DAM workspace.
When it comes to the download link ... not sure whether you can build a
download link out of the box which is using
If you have an instance of an Asset, you could fetch its ItemKey and from the
itemKey you can get both "providerId" and "assetId"
In freemarker:
[code][#assign myAssetId = myAsset.getItemKey().getAssetId() /][/code]
or
[code][#assign myAssetId = myAsset.itemKey.assetId /][/code]
However ... not
Hi Benno
Currently, there is no such specific magnolia tooling for YAML files available,
unfortunately.
--
Context is everything:
http://forum.magnolia-cms.com/forum/thread.html?threadId=8326cb22-6e02-40f5-b64b-4b6cb3c41bcc
For
Hi Raj
The bootstraps are intended to be installed during module installation.
Sometimes you may want to change existing "content" (e.g. configuration data)
during a module update. That's the "idea".
Re-installation of bootsrapped data on every startup was not the original idea
of the magnolia
Hi Benno
Glad to read that you enjoy working with YAML files. :-)
Use the tool, IDE or editor which you like most or which fits best your
requirements. If you like [i]Eclipse[/i] with [i]YEdit[/i], it is a good option.
There =>
https://documentation.magnolia-cms.com/display/DOCS/YAML#YAML-Edito
Hi Francis
A few questions:
- When do you get "a poor Image quality and black or grey background" ... when
rendering an image as a (smaller) variant ... or when loading the png into the
image editor within dam app ... when does this happen?
- Could you please provide one of your PNG images to r
Hi
Please also have a look at
https://documentation.magnolia-cms.com/display/DOCS/STK+changes+in+5.4
It contains the latest info.
However ... there never was a dedicated STK app ... it was rather an app group.
kind regards,
Christoph
--
Context is everything:
http://forum.magnolia-cms.com/f
Hi Santiago
To serve different content depending on different user's properties (or other
traits), i would recommend using the Magnolia personalization module.
See:
https://documentation.magnolia-cms.com/display/DOCS/Personalization
https://documentation.magnolia-cms.com/display/DOCS/Personalizat
When using an "OptionGroup" - the property always has a value. You have the
following options:
option-name option-value
leftnull
center text-center
right text-right
Your "option values" are Strings here in this example. This said, null does not
really make sen
I'm glad that the info was helpful.
Here is the page which wraps it up: =>
https://documentation.magnolia-cms.com/display/DOCS/Getting+content+from+an+app
(It is a sub page of
https://documentation.magnolia-cms.com/display/DOCS/How+to+create+a+website+with+Magnolia)
kind regards,
Christoph
--
Hi
We are currently working on a tutorial which also shows what you are asking
for. Unfortunately it has not yet published.
However, the example code is already available.
Beside other things, i have created a component which renders a list of items
of "My first content app". The component is ca
Hi there
It is hard to figure "where" you are failing exactly.
The "thing" Zak mentioned during the webinar (~14:38) is the
[code]magnolia.resources.dir[/code].
Please read ...
- https://documentation.magnolia-cms.com/display/DOCS/Module+structure
-
https://documentation.magnolia-cms.com/display
Hi there,
Magnolia 5.4.3 has been released! The focus was on improving the Resources app,
adding more features and components to the travel demo, providing a bigger
variation of bundles and as usual fixing a series of important issues.
Release notes are linked below, you can check out the full
Hi Tim
It looks like your path is "wrong". It should start with /$modulename.
See
https://documentation.magnolia-cms.com/display/DOCS/YAML#YAML-Includemechanism
I hope this helps.
regards,
Christoph
--
Context is everything:
http://forum.magnolia-cms.com/forum/thread.html?threadId=780866d3-e
Make sure the dialog has this location
>>/hello-magnolia/dialogs/components/content/centeredtextarea.yaml<<, make sure
it has the suffix yaml, and make sure it is valid and known to the registry. To
check, as Topher mentioned, edit and save the dialog and watch the console to
see whether the fi
Hi Simon
At 1st sight, [i]centeredtextarea.yaml[/i] and [i]centeredtextarea.ftl[/i] look
fine.
Now it would be helpful to get more info about the error. Please provide the
error stack trace. (Preferably add stack trace to http://pastebin.com/ or
similar service and just drop the URL here.) The
Hi Simon
Your thought was right.
You need a custom SelectFieldFactory. There you have to override
#getSelectFieldOptionDefinition (afaik).
regards,
Christoph
--
Context is everything:
http://forum.magnolia-cms.com/forum/thread.html?threadId=c862ee65-c31a-4123-a7d0-ca14dec2dd88
Hi Lucky
The module you try to download requires Magnolia Enterprise Edition license.
The module is not available for the Community Edition.
kind regards,
Christoph
--
Context is everything:
http://forum.magnolia-cms.com/forum/thread.html?threadId=7db7b51d-d266-496a-a1aa-c62871983583
-
corrigenda:
When using DAM - it is "easier" to get references to assets and also to asset
variations.
=> https://documentation.magnolia-cms.com/display/DOCS/Working+with+images
(above i have written: "When using GIT ..." ... becuase we had some troubles
here with GIT ) sorry!
:-)
--
Cont
For resources - mgnl-files is NOT the preferd location.
Please read https://documentation.magnolia-cms.com/display/DOCS/Resources.
When it comes to assets ... you could treat asset the same way as resources and
archive them in the same or "near" folders as you would do with css or
javascript fil
Note 1:
When changing "only" the renderType in the template definition, the template
won't work anymore ... as long as you do not turn the template script into a
JSP file.
Note 2:
JSP files must be located within src/main/resources/mgnl-files of your module.
=> Files in this folder are copied t
Yves
Which tutorial you tried out using JSP?
--
Context is everything:
http://forum.magnolia-cms.com/forum/thread.html?threadId=101f1b3c-33fe-43e7-aba6-0cb97b3cf358
For list details, see http://www.magnolia-cms.com/community/mail
1 - 100 of 145 matches
Mail list logo