Tiberiu Ichim

Results 78 issues of Tiberiu Ichim

https://github.com/plone/volto/blob/f2f1b1e6ed5039d08f1a4477b1dbee07c9bec321/src/components/theme/Search/SearchTags.jsx#L66 It appears the state has vocab.items, not vocab.terms. There's no terms in the vocab reducer: https://github.com/plone/volto/blob/f2f1b1e6ed5039d08f1a4477b1dbee07c9bec321/src/reducers/vocabularies/vocabularies.js#L80

01 type: bug
41 lvl: easy

The schema should be serialized and included with the content. https://github.com/plone/volto/blob/4a760bde9bc2ea8050d7a16f2b518e244d415536/src/components/theme/View/DefaultView.jsx#L44

Right now, if I want to tweak configuration in the generated razzle.config.js, I have to rewrite it, more or less, and this operation is not exactly trivial to newbies. I...

04 type: enhancement

This is breaking, as we're changing API. It also needs to be tested.

25 status: deferred

The primary field could be used as a signal for the type of information that a particular content item provides. I provide an example of the desired output for a...

WIP

25 status: deferred

In ``SerializeCollectionToJson`` implementation for the collections, the ``result['items']`` are ``ISerializeToJsonSummary`` of ``IContentListingObject``. Let's say I want to customize how the brains are serialized, but only some of them, for example,...

There should be an extendible mechanism to plug into the SearchableText IBlocks indexer. If more then one type of block has text that needs to be indexed, then I have...

04 type: enhancement

The `@sources` endpoint is registered now for IContentish, which is not provided by Plone root. A field such as ``` partner= RelationChoice(source=CatalogSource(portal_type='Partner')) ``` Is serialized like: ``` "partner": { "behavior":...