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
0
votes
1 answer

How to convert nodes to uris in TYPO3 Neos

I created a custom node type with a link field in TYPO3 Neos 1.2.1. When I pass the property value to the template, and try to render it as a link, then an execption is thrown: Paths must not contain two consecutive slashes. The link property value…
pixelbrackets
  • 1,958
  • 19
  • 28
0
votes
2 answers

Typo3 Neos Cannot Load Custom Plugin JS On Backend, Must Refresh To Make It Works

i'm trying to load my custom plugin on backend, e.g. datatables.js. But the JS is not working, i must refreshing the page once to make it works, there is also no error on the backend webbrowser console. How to solve this? Any help would be much…
Muhammad Kamal
  • 324
  • 3
  • 12
0
votes
0 answers

Disable aloha completely for inline editing

I would like to use the inline editing feature for a title attribute of a custom document node. But the problem is aloha adds p and br tags when you hit enter in the content canvas but the title attribute shouldn't contains any markup or newline…
witrin
  • 3,701
  • 1
  • 24
  • 49
0
votes
0 answers

Can't create children in custom content collection with structure tree

I've defined a custom document node Project which has a child node gallery (just a content collection for images): 'Vendor.Website:Project': superTypes: ['TYPO3.Neos:Document'] childNodes: gallery: type: 'TYPO3.Neos:ContentCollection' …
witrin
  • 3,701
  • 1
  • 24
  • 49
0
votes
1 answer

TYPO3 Neos : How to translate labels from YAML in Back-End?

TYPO3 Neos configuration yaml files contains label attributes, where the translation is hardcoded. If there a system to use external dictionary system, to make labels multi-language compatible ?
Fedir RYKHTIK
  • 9,844
  • 6
  • 58
  • 68
0
votes
1 answer

What is a Typoscript path in TYPO3 Neos?

Can someone explain what a Typoscript path really is, and how it is rendered and used within TYPO3 Neos? Can I replace Typoscript objects within a specific path?
Olle Härstedt
  • 3,799
  • 1
  • 24
  • 57
0
votes
1 answer

Language dimension in Neos is not working

This is my Settings.yaml located at MyPackage/Configuration/Settings.yaml TYPO3: TYPO3CR: contentDimensions: language: default: 'de' defaultPreset: 'de' presets: 'all': ~ 'de': …
Muhammad Kamal
  • 324
  • 3
  • 12
0
votes
1 answer

Typo3 Neos Redirect to Backend

I got question about example site on Typo3 Neos. There is create an account, and i tested it on backend. After submitting, the page return to backend again. But when i try to make a form just like that, the return target is to the route, not to the…
Muhammad Kamal
  • 324
  • 3
  • 12
0
votes
1 answer

Typo3 Neos: How to pass parameter from typoscript using 'TYPO3.Neos:Plugin'?

i wanted to pass a parameter dynamically via aloha editor, i have select box like this on .yaml properties: events: type: string ui: label: 'Events' reloadIfChanged: TRUE inspector: group: 'document' editor:…
morgan9999
  • 731
  • 1
  • 11
  • 30
0
votes
1 answer

How to fill select options from custom database in .yaml files using typo3-neos?

i am currently using typo3-neos for my project and i have this problem. i try to make my custom node like this in .yaml file 'TYPO3.Designs:SomeItem': superTypes: - 'TYPO3.Neos:Content' ui: group: 'structure' label: 'Some Item' …
morgan9999
  • 731
  • 1
  • 11
  • 30
0
votes
1 answer

New user roles typo3 neos

I need to add new user roles, such as "TYPO3.Neos:Creator" Typo3-neos Currently supported roles:"TYPO3.Neos:Editor", "TYPO3.Neos:Administrator". How can I do it?
omelandr
  • 135
  • 1
  • 7
0
votes
1 answer

Typo 3 neos thumbnails

I have a media gallery in typo3 neos on frontend. And I get big image with code
omelandr
  • 135
  • 1
  • 7
0
votes
1 answer

Relationships Typo3

can anyone tell me about relationship on typo 3? e.g. i got 2 tables, 'A' and 'B', currently i got simple form that can inserting data into 'A' table, the 'A' table fields are "name","id_types","address". the "id_types" is foreign_key from 'B'…
Muhammad Kamal
  • 324
  • 3
  • 12
0
votes
1 answer

How to create multiple sites using different url in typo3 neos?

i just started to use typo3 neos for my project, i heard this framework can handle multiple sites. i found it here http://docs.typo3.org/neos/TYPO3NeosDocumentation/Introduction/FeatureList.html it's stated that it have Multi Domain Support. But i…
morgan9999
  • 731
  • 1
  • 11
  • 30
0
votes
1 answer

How to get NodeType information from a controller

How could I get NodeType information from within a controller? E.g., for checking access rights?
Olle Härstedt
  • 3,799
  • 1
  • 24
  • 57