Newsroom Planner
6.0.0
6.0.0
  • What is Newsroom Planner?
  • User guide
    • Overview
    • Top menu
      • Template
    • Calendar view
      • Filtering
      • Cards in calendar columns
    • Search
    • Events
      • Create an event
      • Edit event
    • Planning
      • Create a planning
      • Edit a plan
    • Assignment
      • Create assignment
        • Text assignment
        • Photo assignment
          • Manage linked photos
        • Other types of assignments
      • Edit assignment
        • Article size
      • E-mail notification
    • Hotkeys
    • Action widget
    • Copying
  • My assignment
  • The list of my assignments
  • Text assignment
    • Edit article on assignment
    • Create new article on the assignment
    • Link an article to the assignment
    • Change article size
    • Make a copy of an article
    • Use linked photos in the article
    • Create article when there is no assignment created
  • Photo assignment
    • Upload photos
    • Link photos
    • Unlink photos
    • Manage linked photos
  • Set the assignment as done
  • Create new assignment
  • Opening plan/assignment
  • Copy a plan
  • Admin guide
    • Settings
      • Customization
        • Cards
        • Columns
        • Single view (My assignment)
        • Advanced concept settings
        • Loadable components
          • Event
          • Planning
          • Assignment
            • Type of assignment
          • Full package
          • Tags
      • Configuration
        • Types
        • Sortings
        • Filters
        • Property mappings
        • Properties to fetch
        • Queries & Suggestions
        • Providers
        • Map options
        • Writer
        • Email service
        • Debug
      • Templates
    • My assignment Workspace setting
    • Changelog
    • Requirements
    • E-mail notification
    • Integrate with Newsroom Planner
    • Develop with NRP
    • Migration
      • 5.x âž¡ 6.x
      • 5.0.x âž¡ 5.1.x
      • 4.x âž¡ 5.x
        • Cleanup
      • 3.x âž¡ 4.x
        • Templates
      • 2.x âž¡ 3.x
      • 1.x âž¡ 2.x
    • Concept relations
  • Developer guide
    • Link to plugin-development documentation
Powered by GitBook
On this page

Was this helpful?

  1. Admin guide
  2. Settings
  3. Customization

Advanced concept settings

PreviousSingle view (My assignment)NextLoadable components

Last updated 3 years ago

Was this helpful?

In order to turn on the ability to store relations of certain links throughout the application Store relation information in document needs to be turned on.

By activating this a depth counter will appear. This alters the depth of the requests thats being made in order to get relation information. By itself it will only get the information about relations, but in order to actually store the information we need to turn on the storing on each specific tag type we want to store information for.

Example:

Imaging following concept hierarchy

Paris > France > Europe > Earth > Milky Way

If I was about to add Paris as a concept to an item with store relation activated it would also fetch information about its parents until chosen depth.

Following the image above my item would then receive information about Paris and as children under the concept, links pointing to France, Europe and Earth would also appear because of the depth of 3.

<link rel="place" title="Paris" type="x-im/place" uuid="6fba3390-b57d-48f3-b279-4df41d416e98">
    <links>
        <link rel="broader" title="France" type="x-im/place" uuid="4861907b-dfa2-45f7-98c9-f30a098e1d86"/>
        <link rel="broader" title="Europe" type="x-im/place" uuid="ea8710df-d146-4416-95e3-f258389924eb"/>
        <link rel="broader" title="Earth" type="x-im/place" uuid="e9cd3930-ef6a-4843-b86e-1e1bd707de61"/>
    </links>
</link>
See appendDataToLink here