Questions tagged [sulu]

Sulu is a content management platform based on Symfony made for businesses.

Sulu is a content management platform based on Symfony made for businesses. It’s a flexible CMS to create and manage enterprise multi-sites and a reliable development environment for high-performance apps. With powerful features for developers and a simple UI for editors it’s the ideal engine for state-of-the-art business websites and web-based software.

More info: http://sulu.io/en

161 questions
0
votes
0 answers

What is wrong with my SuluSyliusConsumerBundle configuration?

I have a Sulu and a Sylius application which I am trying to integrate using the SuluSyliusBundle and RabbitMQ. I have added the following configs... messenger.yaml framework: router: resource:…
True Saint
  • 41
  • 6
0
votes
1 answer

How to make Sulu page no-index by default

I am using Sulu 2.1 with Symfony 4.4 I want to make certain page types have the no-index option on by default when they are first created. Currently no-index is off by default. Is it possible to configure this in either the webspace or page…
jamiemax
  • 179
  • 13
0
votes
1 answer

Additional page types in Sulu

I'm using Symfony 4 with Sulu. I understand that by default I can set page types of content, internal link and external link - is there a way to add additional custom types to this list? My use case is that I want to differentiate between internal…
jamiemax
  • 179
  • 13
0
votes
1 answer

React-vis-timeline - cannot initialize items data

I have a problem with vis timeline initialization. Timeline is visible but without any data. I've tried to pass items in different formats but it looks like in attached image. What is a problem with that? My react component: import…
papec.23
  • 3
  • 2
0
votes
1 answer

Selection field type elements cannot be shown. How to properly add a custom entity representation to Sulu form?

Following by Sulu documentation, I try to add selection field type to display collection type resource (Room object) in admin form. Currently, I can select these elements from list, select element selected element but after form submit and reload…
papec.23
  • 3
  • 2
0
votes
1 answer

Sulu 2.0: How to access the seo description from search hit?

We are trying to display the meta description field of a document on our search results page. It looks like it is quite hidden in the system, but probably easy if one knows how to get actual extension data. A search hit has this…
Andreas
  • 1,691
  • 1
  • 15
  • 34
0
votes
1 answer

how to get the content of a page via url in twig templates or in twig extension?

So there is the twig function sulu_content_load('1234-1234') to get the content via uuid. Is there a way to get to the content of a page via url, like /team/member-1 or /about-us?
owzim
  • 885
  • 2
  • 9
  • 19
0
votes
1 answer

Sulu CMS 2.0: How to use jexl in Category Selection?

Is there somewhere a bit of documentation how to write jexl for the category_selection Content Type? The current 2.0 documentation is a bit thin in this topic. I tried blindly:
Andreas
  • 1,691
  • 1
  • 15
  • 34
0
votes
1 answer

Sulu CMS 2: Webspace specific templates are no longer hidden

in sulu 1.6 it was possible to limit the available page types per webspace via a workaround by limiting the theme tenplate files Now after the migration to 2.0 They are all showing up: The workaround is still in place, by only providing the…
Andreas
  • 1,691
  • 1
  • 15
  • 34
0
votes
1 answer

Unexpected Variable does not exist Error in Preview after Sulu CMS upgrade

I define a handfull of global twig variables in templates outside of the content block, now after the upgrade to sulu 2.0, this is throwing unexpected "Variable does not exist Error" in the preview. The actual page rendering is still intact. After…
Andreas
  • 1,691
  • 1
  • 15
  • 34
0
votes
1 answer

Sulu update 1.6 > 2.0 - we_analytics

We're currently upgrading sulu 1.6. to 2.0 - while following the guide I noticed, that we_analytics.title stays on varchar(255), while all other varchar fields are converted to varchar(191) ALTER TABLE we_analytics CHANGE webspace_key webspace_key…
Andreas
  • 1,691
  • 1
  • 15
  • 34
0
votes
1 answer

How can I easily override SEO Sulu CMS page extension in Symfony?

I want to override the SeoStructureExtension with my own implementation, which will support OpenGraph (OG) tags. What is the easiest way to override it and add additional inputs?
Vitaliy Silin
  • 231
  • 2
  • 7
0
votes
1 answer

Sulu CMS: how to create an entity outside of webspaces but leverage CMS functionality?

My question is similar to this one: Sulu CMS: is it possible to restrict the creation of nodes of a certain type only under nodes of another particular type? So basically I need a list of news articles, with the following restrictions: all news…
0
votes
1 answer

Translation doesn't work in my symfony app

I'm trying to translate my back office into Italian. I use symfony 4 for my site, and sulu like librarie to have a small cms I added a file "admin.it.json" in my translations folder, and my sulu_core.yaml file looks like this: sulu_core: locales: …
Dax
  • 199
  • 1
  • 3
  • 9
0
votes
1 answer

Sulu: how to properly rename / remove a webspace

it looks that the case to this issue has it's origin in a renamed webspace. We had one for a while, where we changed the key at some point. What is the correct way in sulu to savely delete or rename a webspace? Thx a lot!
Andreas
  • 1,691
  • 1
  • 15
  • 34