Ref
visibility
paxpar reference objects, like checklists or craftforms, are shown in the gallery.
visibility
paxpar reference objects, like checklists or craftforms, are shown in the gallery.
gallery publishing
TODO: refactor
In the paxpar gallery (domain paxpar.tech
) everything is shown.
In a partner gallery (with a given domain like acme.com
) only public objects are shown
or objects privatly owned by this domain:
gallery:
published: true
private:
- veriftonentrepreneur.fr
- dev.paxpar.local
examples
Sample ref object definition:
# Sample A
author: aa@acme.com
# default visible: all # published on all portals !
# Sample B
author:
- aa@acme.com
- bb@acme.com
visible: author
# Sample C
author:
- aa@acme.com
- bb@acme.com
portal: portal_a
visible: portal
# Sample D
author:
- aa@acme.com
- bb@acme.com
portal:
- portal_a
- paxpar
visible: portal
# Sample E
author:
- aa@acme.com
- bb@acme.com
visible: all # published on all portals !
# Sample F
# no author, no domain
users:
- aa, bb, cc, zz: authenticated users with basic role
- adm : authenticated user with admin role
- adm2 : authenticated user with admin role
Visibility in the gallery of portal_a:
sample \ user | aa | bb | cc | zz | adm | adm2 | anon |
---|---|---|---|---|---|---|---|
Sample A | β | β | β | β | β | β | - |
Sample B | β | β | - | - | β | β | - |
Sample C | β | β | β | β | β | β | - |
Sample D | β | β | β | β | β | β | - |
Sample E | β | β | β | β | β | β | - |
Sample F | β | β | β | β | β | β | - |
Visibility in the gallery of portal_b:
sample \ user | aa | bb | cc | zz | adm | adm2 | anon |
---|---|---|---|---|---|---|---|
Sample A | β | β | β | β | β | β | - |
Sample B | β | β | - | - | β | β | - |
Sample C | β | β | - | - | - | β | - |
Sample D | β | β | - | - | - | β | - |
Sample E | β | β | β | β | β | β | - |
Sample F | β | β | β | β | β | β | - |
Visibility in the gallery of paxpar:
sample \ user | aa | bb | cc | zz | adm | adm2 | anon |
---|---|---|---|---|---|---|---|
Sample A | β | β | β | β | β | β | - |
Sample B | β | β | - | - | β | β | - |
Sample C | β | β | - | - | - | β | - |
Sample D | β | β | β | β | β | β | - |
Sample E | β | β | β | β | β | β | - |
Sample F | β | β | β | β | β | β | - |