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
1
vote
1 answer

Sulu CMF - Filtered Single autocomplete selection for associated entity

I have two entities: class DataSet { string $name; Collection $groups; // List } class DataGroup { string $name; DataSet $set; DataGroup $nextGroup; } I created some basic Admin UI extensions for CRUD operations on DataSets, as…
Leon Willens
  • 356
  • 1
  • 16
1
vote
1 answer

Sulu2.2 Media Upload page turns blank after loading

Using Chromium, Chrome and Firefox on Ubuntu I get the following error in the Console when trying to open the Admin Media Upload pages: Error: The list field transformer with the key "icon" is not defined. You probably forgot to add it to the…
mph76
  • 11
  • 1
1
vote
1 answer

Adjust ckeditor configuration in Sulu 2.2.1

I try to setup font color with CKeditor5 in Sulu CMS (version 2.2.1), I followed this doc to do this. So first I've added this line into assets/admin/package.json file (into "dependencies" object) : "@ckeditor/ckeditor5-font": "^23.0.0", Then I've…
Quentin H
  • 91
  • 1
  • 7
1
vote
1 answer

Sulu cache always misses

I'm attempting to set up caching Sulu CMS pages. Locally I have set the environment to prod (tried with dev but switched to prod in case this was the problem), but with cache debug turned on. config/packages/sulu_http_cache.yaml looks like…
jamiemax
  • 179
  • 13
1
vote
0 answers

Hide Sulu media collection tiles when permissions don't allow viewing of that collections' media

Using Sulu 2.2.3, on the All Media page, all users can see all media collections even if a users' permissions don't allow them to see the images within the collection. Permissions are working fine - clicking into a restricted collection correctly…
1
vote
1 answer

Finding related articles

I am using Sulu 2.2 with the article bundle and have defined multiple article types, one of them has a single_article_selection type of field which I use to feature other articles. ex : article 'A' is featured in articles 'B', 'C' and 'D' When…
TPellan
  • 13
  • 4
1
vote
2 answers

Sulu 2.0: How to add custom css and js to the admin view

Is it possible to add a custom css and a custom js file to the sulu admin? I saw, that it is a single page application rendered by vendor/sulu/sulu/src/Sulu/Bundle/AdminBundle/Resources/views/Admin/main.html.twig Can I override this template…
Andreas
  • 1,691
  • 1
  • 15
  • 34
1
vote
2 answers

Including properties with xpointer in Sulu templates

I have set up some Sulu templates and I have been able to use the method described here to include the contents of an entire file in multiple templates: https://docs.sulu.io/en/2.1/book/templates.html I'm using:
jamiemax
  • 179
  • 13
1
vote
1 answer

How to add external links to navigation in Sulu

I have a Symfony/Sulu site set up, and I understand that I need to add a page to a navigation context in order for it to appear in the navigation bar, however I want to be able to add an external link which will appear in the navigation bar…
jamiemax
  • 179
  • 13
1
vote
1 answer

How to add another localization to SULU CMS (System Language)?

I need to add "ru" content localization. So I changed the following fragment: Then I ran the following command: php bin/adminconsole sulu:document:initialize After…
1
vote
1 answer

Sulu CMS: Is it possible to set custom http-header information for pdf files?

We would like to prevent pdf files from beeing indexed in our sulu 1.6 website. Apparently this works best, if pdf files have also a X-Robots-Tag: noindex attached to them. Is there a way to configure or easily add additional http headers in…
Andreas
  • 1,691
  • 1
  • 15
  • 34
1
vote
2 answers

How to change admin URL for Sulu?

I need to change my Sulu admin URL from domain/admin to domain/something. What are the files I need to change? I tried like this: RewriteRule ^admin/ %{ENV:BASE}/admin.php [L] RewriteRule ^admin$ %{ENV:BASE}/admin.php [L] but I've struggled with…
1
vote
1 answer

Sulu 1.6: Live Preview of custom template not working

After reading http://docs.sulu.io/en/latest/cookbook/live-preview.html and also crosschecking the example.html.twig I still can not find out why the love preview is not working in my template. My Template hierarchy (using the theme…
Andreas
  • 1,691
  • 1
  • 15
  • 34
1
vote
1 answer

Sulu: How to add an additional menu for a webspace?

Is there a way to create additional menus to a wabspace in Sulu CMS (1.6)? I only see the main manu in the options: Thx a lot! Andreas
Andreas
  • 1,691
  • 1
  • 15
  • 34
1
vote
1 answer

Symfony 2.8 - SQL: No such file or directory in "test" environment only

I'm really struggling to get this issue fixed. I have several Symfony projects I have been working on for months. Since last week, the "test" environment does not work anymore. It just cannot connect to the Mysql DB. This issue is present throughout…
Yannick
  • 11
  • 1
1
2
3
10 11