Questions tagged [magnolia]

Magnolia is an open source Java- and JCR-based content management system, targeted at the enterprise.

For more information on Magnolia, visit the Magnolia Community Website, the Documentation Site, the Magnolia Academy or the Forum.

585 questions
1
vote
1 answer

Is it possible to customize Find Bar / Search Result Screen in Magnolia Admin Central?

In Magnolia, is it feasible to customize Find Bar UI or Search Result Screen to add an "Export" button so that users could export search results to CSV? I realized that Find Bar UI component is a core component that belongs to admincentral module.…
knguyen
  • 23
  • 4
1
vote
1 answer

How to add a custom java module into magnolia CMS?

I have created a minimal web app with maven following the tutorial I want to add my own Java components into the webapp. I found these guides: guide1 and guide2 But I still cannot make a page in Pages App using templates from links above (just do…
1
vote
0 answers

SVG support on magnolia-cms

I am having some trouble with vector images in magnolia. Not everywhere, but images that go through the imaging module, don't give a result. This makes sense to me as resizing / optimizing is what this module does and that wouldn't be applicable to…
Wollie
  • 53
  • 3
1
vote
1 answer

How to set permission or role to edit dialog's field in Magnolia CMS

I would like to restrict access to a dialog's field (input field) to a given role. Only specific role can enter the value in the the input field others can read only the field. I looked into the Dialog Definition documentation of Magnolia CMS and…
Rajaguru
  • 19
  • 1
  • 4
1
vote
1 answer

Magnolia detail subapp commit action

I'm on magnolia 6.2.15 and I need to generate data from some fields that users insert in a content detail subapp. I thought about creating a subclass of magnolia "SaveDetailSubAppAction", in the "execute" method to do the job. I can retrieve fields…
1
vote
1 answer

Magnolia headless login

What steps do I need to take to implement user login? I am using PUR & REST modules. I was able to successfully login using REST endpoint using MgnlContext.login, but if I try to access another endpoint I get 401. What I have so…
Pavel Kryl
  • 21
  • 4
1
vote
2 answers

Magnolia CMS: Dialogs too wide

I have here a magnolia 6.2.3 installation where the edit dialogs are too wide (full screen width): I compared the markup with the markup from demo author and noticed that some css classes are missing. It looks good when i add the medium class to…
1
vote
1 answer

Hiding actions in Magnolia version is 5.7

Is there a way to hide an existing action from the page browser (right click menu and in the sidebar) in Magnolia version is 5.7? Update: I managed to accomplish the task by using the info.magnolia.module.delta.RemoveNodesTaskand and including this…
Ana Sustic
  • 425
  • 2
  • 17
1
vote
3 answers

opensource code for JCR UI builder

Given a JCR (Java content repository, implementing standards jsr-170 and/or jsr-283, like Apache Jackrabbit, JBoss Modeshape), I would like to build a cms-like editor that given a specified JCR-node can edit all datatypes defined as part of that…
Geert-Jan
  • 18,623
  • 16
  • 75
  • 137
1
vote
1 answer

How to consume Magnolia REST API to render UI in native iOS App

We need to load static UI pages in iOS native App using Magnolia REST API JSON. Is there any SDK to work with that JSON? I searched every possible thing but got nothing. Any leads or help will be appreciated.
1
vote
0 answers

Angular 8.3: How to prevent tag from default anchoring when jumping in a page instead of adding a dummy >?

Problem: After building a page with a combination of magnolia-cms & angular, there appeared a problem. On the page, I had 2 link components(including tags) on the bottom. So, when the page opened, it always auto-scrolled with a mini delay…
Confidenc3
  • 591
  • 4
  • 9
1
vote
1 answer

Magnolia instance not starting

i tryed solution like changing the host file and adding java_home in environment mgnl jumpstart -m version was 6.2.3 then I tryed to start magnolia instance without created the module
Vishnu K
  • 58
  • 4
1
vote
5 answers

java regex add trailing slash

I am trying to redirect the urls to add trailing slash /news -> /news/ /news?param1=value1 -> /news/?param1=value /news#anchor?param1=value1 -> /news/#anchor?param1=value1 I need to do it through a regex that identifies only the path and add /.…
1
vote
1 answer

Adding Google tag manager to Magnolia CMS

I have a site built using Magnolia CMS, and I need to add Google Tag manager to one page. I've code and i need to add it to the page , so just i need help how i could add this code to Magnolia page: