Questions tagged [neoscms]

Neos is a next-generation open source content management system.

Neos is based on the Flow PHP framework and the editing interface lets you focus on your task by being as simple as possible. At the same time providing lots of flexibility to the developer using it.

143 questions
1
vote
1 answer

Typo3 Neos: show different Menu items to loggedin users of different access levels

I have created menus in Neos backend. Each menu node corresponds to a plugin of a controlleraction. These controller actions are defined in policy.yaml as resources with their flow access policy roles. The template for menu is defined in root.ts2…
Desh
  • 175
  • 2
  • 10
1
vote
1 answer

Equivalent of sectionIndex in Neos

In TYPO3, if I need to create a menu for the different elements inside a page, I use the sectionIndex property. With Neos, how can I build a navigation for the elements inside a page?
Charles Brunet
  • 21,797
  • 24
  • 83
  • 124
1
vote
1 answer

Menu of sites in multidomain Neos

In TYPO3 Neos, how can I build a menu containing the list of sites available? If I use entryLevel = 0, I get the list of pages under the current site.
Charles Brunet
  • 21,797
  • 24
  • 83
  • 124
1
vote
2 answers

How can i disable the default NodeTypes in TYPO3 Neos?

How can i disable the default NodeTypes without deleting the package TYPO3.Neos.NodeTypes? If i delete this package i also have to delete the package TYPO3.Neos.Kickstarter because it depends on the NodeType package. I tried set autoinclude to false…
1
vote
1 answer

Adding a new layout to Typo3 NEOS Sites

I followed the steps in this cookbook to create a new layout for my NEOS site: http://docs.typo3.org/neos/TYPO3NeosDocumentation/IntegratorsCookbook/SelectingPageTemplate.html But the new layout doesn't popup in the Layout Selector of a page in the…
kieste
  • 513
  • 1
  • 4
  • 19
1
vote
1 answer

Typo3 Neos Responsive CSS Features

Does Typo3 Neos have native support for responsive behaviour of elements? For example bootstrap like css grid classes (col-sm-?? or col-md-??) or can I define responsive visibility of specific elements via hidden-xs or visible-md etc. with Neos?
kieste
  • 513
  • 1
  • 4
  • 19
1
vote
2 answers

Neos Performance

I´m new at Neos and the concept is perfect for my needs! So thank you for developing this. But I installed the cms on my vServer and ist takes about 7.4sec to load the page! When I open the Backend menu it takes about 30sec to load all things from…
lrecknagel
  • 317
  • 3
  • 14
1
vote
4 answers

Neos extension repository

I'm starting with Neos. Is there any extension repository for Neos as for TYPO3 CMS? Or some tutorial on how to upgrade a TYPO3 (Extbase/Fluid) extension to Neos (Flow)?
smitrovic
  • 451
  • 1
  • 7
  • 23
1
vote
2 answers

TYPO3 NEOS - FLUID and EXTBASE

Is NEOS working like TYPO3 CMS (FLUID/EXTBASE) just with another layout ? Can u add the same extension to NEOS and can u still make our own Backend Layouts ?
Thomas BP
  • 1,187
  • 3
  • 26
  • 62
0
votes
1 answer

Neos CMS 7: How to make a content element not editable in Neos UI?

I have an article document type, that displays a slider with related articles at the bottom. This slider Fusion component should not be inline editable nor selectable at all (if possible). I would like to apply a similar behaviour as for…
0
votes
1 answer

Neos CMS 7: Content element enriched with Neos metadata breaks layout in backend

My Neos 7 website has a grid content element whose elements are loaded via AJAX which displays fine in the frontend. The same grid breaks in the Neos backend because the AJAX response is enriched by a wrapping DIV that contains Neos backend…
0
votes
2 answers

Neos CMS 7: Newly created node disappears in the document tree until cache cleared

Is the document tree cached in the Neos CMS backend? I have created two pages under "Home": "Neos CMS" and "Blog" and they are displayed correctly in the main menu of the page preview, but when I click on one of the two page nodes in the document…
0
votes
0 answers

NEOS CMS Installation crashed (with empty package creation)

I can't install Neos CMS especially when I try to init it with new empty package. What I did: This is manual method: composer create-project neos/neos-base-distribution neos-example ./flow setup:database ./flow doctrine:migrate ./flow…
Mikael
  • 1,209
  • 1
  • 16
  • 47
0
votes
1 answer

Manipulate innerText of a CKEditor ViewElement

I am creating a little custom plugin for the CKEditor5 for the #neoscms. Neos is using the #ckeditor5 but with a custom view. The plugin is more or less a placeholder plugin. The user can configure a data-source with a key value store for items…
Markus
  • 21
  • 1
  • 3
0
votes
1 answer

Is it possible to define slots in neos fusion afx like you can in Vue?

In Vue.js I can define named slots for my components, besides my default slot:

Default heading

and then use it like this: