mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 13:54:23 +00:00
renderbox options changed to not display age for thirdparties, but yes in person modal
This commit is contained in:
parent
c5f40c53ea
commit
8182e35c9c
@ -16,7 +16,7 @@
|
|||||||
addLink: false,
|
addLink: false,
|
||||||
addId: false,
|
addId: false,
|
||||||
addEntity: true,
|
addEntity: true,
|
||||||
addInfo: true,
|
addInfo: false,
|
||||||
hLevel: 3,
|
hLevel: 3,
|
||||||
isMultiline: true
|
isMultiline: true
|
||||||
}"
|
}"
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
<third-party-render-box
|
<third-party-render-box
|
||||||
v-if="resource.resource.type === 'thirdparty'"
|
v-if="resource.resource.type === 'thirdparty'"
|
||||||
:thirdparty="resource.resource"
|
:thirdparty="resource.resource"
|
||||||
:options="{ addLink : false, addId : false, addEntity: true, addInfo: true, hLevel: 3 }"
|
:options="{ addLink : false, addId : false, addEntity: true, addInfo: false, hLevel: 3 }"
|
||||||
>
|
>
|
||||||
<template v-slot:record-actions>
|
<template v-slot:record-actions>
|
||||||
<ul class="record_actions">
|
<ul class="record_actions">
|
||||||
|
@ -7,6 +7,7 @@
|
|||||||
addInfo: true,
|
addInfo: true,
|
||||||
addEntity: false,
|
addEntity: false,
|
||||||
addAltNames: true,
|
addAltNames: true,
|
||||||
|
addAge: true,
|
||||||
addId: true,
|
addId: true,
|
||||||
addLink: false,
|
addLink: false,
|
||||||
hLevel: 3,
|
hLevel: 3,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user