Surendra Sharma

Surendra Sharma

Search This Blog

Tuesday, October 29, 2019

Multilist in Sitecore JSS App

For the list data, Sitecore JSS offering "ContentList" as a field datatype. When you deploy it in Sitecore, it converts into "Treelist".

But what to do if you need "Multilist" instead of Treelist at Sitecore side?

Solution:
 

You have to specify "MultiList" as a string type when you define the Sitecore field definition for the component as

name: 'content'type: CommonFieldTypes.RichText },
name: 'articleList'type: 'MultiList'},

As you can notice here I defined "ArticleList" field as a "MultiList" datatype.

You can also set the datasource or query with this Multilist field definition as


name: 'articleList'type: 'MultiList'source: `query:./Articles/*`, },

Here I have set the datasource as a child folder "articles" of current Sitecore context item.

I hope this quick tip help you in Sitecore JSS App development.

6 comments:

  1. The team’s communication skills were lacking, and their ability to meet deadlines fell short. Costs were unreasonable given the end result.
    website design studios

    ReplyDelete
  2. They made it easy to give feedback, responding quickly to requested changes. They were friendly, professional, and communicative.
    web development San Francisco

    ReplyDelete
  3. Hmm!! This blog is really cool, I’m so lucky that I have reached here and got this awesome information.
    website design agencies

    ReplyDelete
  4. Fascinating information I haven’t been experienced such information in quite a long time.
    professional website design companies

    ReplyDelete