profile.json.sample 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014
  1. {
  2. "default":{
  3. "enabled":true
  4. },
  5. "UserProfileRules": {
  6. "banner": {
  7. "open": {
  8. "consume": {
  9. "action": true
  10. },
  11. "interact": {
  12. "action": true
  13. },
  14. "assemble": {
  15. "action": true
  16. }
  17. },
  18. "save": {
  19. "consume": {
  20. "action": false
  21. },
  22. "interact": {
  23. "action": true
  24. },
  25. "assemble": {
  26. "action": true
  27. }
  28. },
  29. "saveas": {
  30. "consume": {
  31. "action": false
  32. },
  33. "interact": {
  34. "action": true
  35. },
  36. "assemble": {
  37. "action": true
  38. }
  39. },
  40. "print": {
  41. "consume": {
  42. "action": true
  43. },
  44. "interact": {
  45. "action": true
  46. },
  47. "assemble": {
  48. "action": true
  49. }
  50. },
  51. "new": {
  52. "consume": {
  53. "action": false
  54. },
  55. "interact": {
  56. "action": false
  57. },
  58. "assemble": {
  59. "action": true
  60. }
  61. },
  62. "addTab": {
  63. "consume": {
  64. "action": false
  65. },
  66. "interact": {
  67. "action": false
  68. },
  69. "assemble": {
  70. "action": true
  71. }
  72. },
  73. "removeTab": {
  74. "consume": {
  75. "action": false
  76. },
  77. "interact": {
  78. "action": false
  79. },
  80. "assemble": {
  81. "action": true
  82. }
  83. },
  84. "renameTab": {
  85. "consume": {
  86. "action": false
  87. },
  88. "interact": {
  89. "action": false
  90. },
  91. "assemble": {
  92. "action": true
  93. }
  94. },
  95. "manageTab": {
  96. "consume": {
  97. "action": false
  98. },
  99. "interact": {
  100. "action": false
  101. },
  102. "assemble": {
  103. "action": true
  104. }
  105. },
  106. "shareworkspace": {
  107. "consume": {
  108. "action": true
  109. },
  110. "interact": {
  111. "action": true
  112. },
  113. "assemble": {
  114. "action": true
  115. }
  116. },
  117. "mailto": {
  118. "consume": {
  119. "action": true
  120. },
  121. "interact": {
  122. "action": true
  123. },
  124. "assemble": {
  125. "action": true
  126. }
  127. },
  128. "copytoclipboard": {
  129. "consume": {
  130. "action": true
  131. },
  132. "interact": {
  133. "action": true
  134. },
  135. "assemble": {
  136. "action": true
  137. }
  138. },
  139. "changeproperties": {
  140. "consume": {
  141. "action": false
  142. },
  143. "interact": {
  144. "action": false
  145. },
  146. "assemble": {
  147. "action": true
  148. }
  149. },
  150. "changepreferences": {
  151. "consume": {
  152. "action": true
  153. },
  154. "interact": {
  155. "action": true
  156. },
  157. "assemble": {
  158. "action": true
  159. }
  160. },
  161. "logon": {
  162. "consume": {
  163. "action": true
  164. },
  165. "interact": {
  166. "action": true
  167. },
  168. "assemble": {
  169. "action": true
  170. }
  171. },
  172. "logoff": {
  173. "consume": {
  174. "action": true
  175. },
  176. "interact": {
  177. "action": true
  178. },
  179. "assemble": {
  180. "action": true
  181. }
  182. },
  183. "launch": {
  184. "consume": {
  185. "action": true
  186. },
  187. "interact": {
  188. "action": true
  189. },
  190. "assemble": {
  191. "action": true
  192. }
  193. },
  194. "refresh": {
  195. "consume": {
  196. "action": true
  197. },
  198. "interact": {
  199. "action": true
  200. },
  201. "assemble": {
  202. "action": true
  203. }
  204. },
  205. "return": {
  206. "consume": {
  207. "action": true
  208. },
  209. "interact": {
  210. "action": true
  211. },
  212. "assemble": {
  213. "action": true
  214. }
  215. },
  216. "collaborate": {
  217. "consume": {
  218. "action": true
  219. },
  220. "interact": {
  221. "action": true
  222. },
  223. "assemble": {
  224. "action": true
  225. }
  226. },
  227. "createactivity": {
  228. "consume": {
  229. "action": true
  230. },
  231. "interact": {
  232. "action": true
  233. },
  234. "assemble": {
  235. "action": true
  236. }
  237. },
  238. "viewactivities": {
  239. "consume": {
  240. "action": true
  241. },
  242. "interact": {
  243. "action": true
  244. },
  245. "assemble": {
  246. "action": true
  247. }
  248. },
  249. "changelayout": {
  250. "consume": {
  251. "action": false
  252. },
  253. "interact": {
  254. "action": false
  255. },
  256. "assemble": {
  257. "action": true
  258. }
  259. },
  260. "fittowindow": {
  261. "consume": {
  262. "action": false
  263. },
  264. "interact": {
  265. "action": false
  266. },
  267. "assemble": {
  268. "action": true
  269. }
  270. },
  271. "resizeall": {
  272. "consume": {
  273. "action": false
  274. },
  275. "interact": {
  276. "action": false
  277. },
  278. "assemble": {
  279. "action": true
  280. }
  281. },
  282. "insert": {
  283. "consume": {
  284. "action": false
  285. },
  286. "interact": {
  287. "action": false
  288. },
  289. "assemble": {
  290. "action": true
  291. }
  292. },
  293. "insertcontent": {
  294. "consume": {
  295. "action": false
  296. },
  297. "interact": {
  298. "action": false
  299. },
  300. "assemble": {
  301. "action": true
  302. }
  303. },
  304. "inserttools": {
  305. "consume": {
  306. "action": false
  307. },
  308. "interact": {
  309. "action": false
  310. },
  311. "assemble": {
  312. "action": true
  313. }
  314. },
  315. "gohome": {
  316. "consume": {
  317. "action": true
  318. },
  319. "interact": {
  320. "action": true
  321. },
  322. "assemble": {
  323. "action": true
  324. }
  325. },
  326. "sethome": {
  327. "consume": {
  328. "action": true
  329. },
  330. "interact": {
  331. "action": true
  332. },
  333. "assemble": {
  334. "action": true
  335. }
  336. },
  337. "help": {
  338. "consume": {
  339. "action": true
  340. },
  341. "interact": {
  342. "action": true
  343. },
  344. "assemble": {
  345. "action": true
  346. }
  347. },
  348. "setfavorite": {
  349. "consume": {
  350. "action": true
  351. },
  352. "interact": {
  353. "action": true
  354. },
  355. "assemble": {
  356. "action": true
  357. }
  358. },
  359. "removefavorite": {
  360. "consume": {
  361. "action": true
  362. },
  363. "interact": {
  364. "action": true
  365. },
  366. "assemble": {
  367. "action": true
  368. }
  369. }
  370. },
  371. "canvas": {
  372. "editdashboardstyle": {
  373. "consume": {
  374. "action": false
  375. },
  376. "interact": {
  377. "action": false
  378. },
  379. "assemble": {
  380. "action": true
  381. }
  382. },
  383. "insertcontent": {
  384. "consume": {
  385. "action": false
  386. },
  387. "interact": {
  388. "action": false
  389. },
  390. "assemble": {
  391. "action": true
  392. }
  393. },
  394. "inserttoolbox": {
  395. "consume": {
  396. "action": false
  397. },
  398. "interact": {
  399. "action": false
  400. },
  401. "assemble": {
  402. "action": true
  403. }
  404. },
  405. "changelayout": {
  406. "consume": {
  407. "action": false
  408. },
  409. "interact": {
  410. "action": false
  411. },
  412. "assemble": {
  413. "action": true
  414. }
  415. },
  416. "toolbar": {
  417. "consume": {
  418. "action": false
  419. },
  420. "interact": {
  421. "action": true
  422. },
  423. "assemble": {
  424. "action": true
  425. }
  426. },
  427. "sendtoback": {
  428. "consume": {
  429. "action": false
  430. },
  431. "interact": {
  432. "action": false
  433. },
  434. "assemble": {
  435. "action": true
  436. }
  437. },
  438. "listento": {
  439. "consume": {
  440. "action": false
  441. },
  442. "interact": {
  443. "action": false
  444. },
  445. "assemble": {
  446. "action": true
  447. }
  448. },
  449. "propertiesmenu": {
  450. "consume": {
  451. "action": false
  452. },
  453. "interact": {
  454. "action": false
  455. },
  456. "assemble": {
  457. "action": true
  458. }
  459. },
  460. "removewidget": {
  461. "consume": {
  462. "action": false
  463. },
  464. "interact": {
  465. "action": false
  466. },
  467. "assemble": {
  468. "action": true
  469. }
  470. },
  471. "copypastewidget": {
  472. "consume": {
  473. "action": false
  474. },
  475. "interact": {
  476. "action": false
  477. },
  478. "assemble": {
  479. "action": true
  480. }
  481. },
  482. "dirty": {
  483. "consume": {
  484. "action": false
  485. },
  486. "interact": {
  487. "action": true
  488. },
  489. "assemble": {
  490. "action": true
  491. }
  492. },
  493. "editwidget": {
  494. "consume": {
  495. "action": false
  496. },
  497. "interact": {
  498. "action": false
  499. },
  500. "assemble": {
  501. "action": true
  502. }
  503. },
  504. "addTab": {
  505. "consume": {
  506. "action": false
  507. },
  508. "interact": {
  509. "action": false
  510. },
  511. "assemble": {
  512. "action": true
  513. }
  514. },
  515. "removeTab": {
  516. "consume": {
  517. "action": false
  518. },
  519. "interact": {
  520. "action": false
  521. },
  522. "assemble": {
  523. "action": true
  524. }
  525. },
  526. "renameTab": {
  527. "consume": {
  528. "action": false
  529. },
  530. "interact": {
  531. "action": false
  532. },
  533. "assemble": {
  534. "action": true
  535. }
  536. },
  537. "manageTab": {
  538. "consume": {
  539. "action": false
  540. },
  541. "interact": {
  542. "action": false
  543. },
  544. "assemble": {
  545. "action": true
  546. }
  547. },
  548. "refresh": {
  549. "consume": {
  550. "action": true
  551. },
  552. "interact": {
  553. "action": true
  554. },
  555. "assemble": {
  556. "action": true
  557. }
  558. }
  559. },
  560. "contentpane": {
  561. "filter": {
  562. "consume": {
  563. "action": "content-dashboard"
  564. },
  565. "interact": {
  566. "action": "content-dashboard"
  567. },
  568. "assemble": {
  569. "action": "content-all"
  570. }
  571. },
  572. "includeContribContent": {
  573. "consume": {
  574. "action": "false"
  575. },
  576. "interact": {
  577. "action": "false"
  578. },
  579. "assemble": {
  580. "action": "true"
  581. }
  582. },
  583. "folder.dragAndDrop": {
  584. "consume": {
  585. "action": false
  586. },
  587. "interact": {
  588. "action": false
  589. },
  590. "assemble": {
  591. "action": true
  592. }
  593. },
  594. "package.dragAndDrop": {
  595. "consume": {
  596. "action": false
  597. },
  598. "interact": {
  599. "action": false
  600. },
  601. "assemble": {
  602. "action": true
  603. }
  604. },
  605. "content.dragAndDrop": {
  606. "consume": {
  607. "action": false
  608. },
  609. "interact": {
  610. "action": false
  611. },
  612. "assemble": {
  613. "action": true
  614. }
  615. },
  616. "dashboard.dragAndDrop": {
  617. "consume": {
  618. "action": true
  619. },
  620. "interact": {
  621. "action": true
  622. },
  623. "assemble": {
  624. "action": true
  625. }
  626. },
  627. "dragAndDrop": {
  628. "consume": {
  629. "action": false
  630. },
  631. "interact": {
  632. "action": false
  633. },
  634. "assemble": {
  635. "action": true
  636. }
  637. },
  638. "search.createAndExplore": {
  639. "consume": {
  640. "action": false
  641. },
  642. "interact": {
  643. "action": false
  644. },
  645. "assemble": {
  646. "action": true
  647. }
  648. },
  649. "toolboxTab.show": {
  650. "consume": {
  651. "action": false
  652. },
  653. "interact": {
  654. "action": false
  655. },
  656. "assemble": {
  657. "action": true
  658. }
  659. },
  660. "buxSearchfilter": {
  661. "consume": {
  662. "action": "dashboard"
  663. },
  664. "interact": {
  665. "action": "dashboard"
  666. },
  667. "assemble": {
  668. "action": "DEFAULT"
  669. }
  670. },
  671. "open": {
  672. "consume": {
  673. "action": true
  674. },
  675. "interact": {
  676. "action": true
  677. },
  678. "assemble": {
  679. "action": true
  680. }
  681. },
  682. "openWith": {
  683. "consume": {
  684. "action": true
  685. },
  686. "interact": {
  687. "action": true
  688. },
  689. "assemble": {
  690. "action": true
  691. }
  692. },
  693. "createNewFolder": {
  694. "consume": {
  695. "action": true
  696. },
  697. "interact": {
  698. "action": true
  699. },
  700. "assemble": {
  701. "action": true
  702. }
  703. },
  704. "deleteItem": {
  705. "consume": {
  706. "action": true
  707. },
  708. "interact": {
  709. "action": true
  710. },
  711. "assemble": {
  712. "action": true
  713. }
  714. },
  715. "renameItem": {
  716. "consume": {
  717. "action": true
  718. },
  719. "interact": {
  720. "action": true
  721. },
  722. "assemble": {
  723. "action": true
  724. }
  725. },
  726. "setFavorite": {
  727. "consume": {
  728. "action": true
  729. },
  730. "interact": {
  731. "action": true
  732. },
  733. "assemble": {
  734. "action": true
  735. }
  736. },
  737. "removeFavorite": {
  738. "consume": {
  739. "action": true
  740. },
  741. "interact": {
  742. "action": true
  743. },
  744. "assemble": {
  745. "action": true
  746. }
  747. },
  748. "businessCard": {
  749. "consume": {
  750. "action": true
  751. },
  752. "interact": {
  753. "action": true
  754. },
  755. "assemble": {
  756. "action": true
  757. }
  758. },
  759. "refresh": {
  760. "consume": {
  761. "action": true
  762. },
  763. "interact": {
  764. "action": true
  765. },
  766. "assemble": {
  767. "action": true
  768. }
  769. },
  770. "search": {
  771. "consume": {
  772. "action": true
  773. },
  774. "interact": {
  775. "action": true
  776. },
  777. "assemble": {
  778. "action": true
  779. }
  780. }
  781. },
  782. "gettingstartedpage": {
  783. "showCreateNewButton": {
  784. "consume": {
  785. "action": false
  786. },
  787. "interact": {
  788. "action": false
  789. },
  790. "assemble": {
  791. "action": true
  792. }
  793. },
  794. "open": {
  795. "consume": {
  796. "action": true
  797. },
  798. "interact": {
  799. "action": true
  800. },
  801. "assemble": {
  802. "action": true
  803. }
  804. },
  805. "showFavorites": {
  806. "consume": {
  807. "action": true
  808. },
  809. "interact": {
  810. "action": true
  811. },
  812. "assemble": {
  813. "action": true
  814. }
  815. },
  816. "showHowTo": {
  817. "consume": {
  818. "action": true
  819. },
  820. "interact": {
  821. "action": true
  822. },
  823. "assemble": {
  824. "action": true
  825. }
  826. },
  827. "createButtonClass": {
  828. "consume": {
  829. "action": "icdHideGettingStartedLargeButtonCells"
  830. },
  831. "interact": {
  832. "action": "icdHideGettingStartedLargeButtonCells"
  833. },
  834. "assemble": {
  835. "action": "icdGettingStartedLargeButtonCells"
  836. }
  837. },
  838. "openReport": {
  839. "consume": {
  840. "action": false
  841. },
  842. "interact": {
  843. "action": false
  844. },
  845. "assemble": {
  846. "action": true
  847. }
  848. },"favoritesFilter": {
  849. "consume": {
  850. "action": "dashboard"
  851. },
  852. "interact": {
  853. "action": "dashboard"
  854. },
  855. "assemble": {
  856. "action": "DEFAULT"
  857. }
  858. }
  859. },
  860. "utilitywidget": {
  861. "utilityWidget.actionMenu": {
  862. "consume": {
  863. "action": false
  864. },
  865. "interact": {
  866. "action": true
  867. },
  868. "assemble": {
  869. "action": true
  870. }
  871. },
  872. "utilityWidget.refresh": {
  873. "consume": {
  874. "action": false
  875. },
  876. "interact": {
  877. "action": false
  878. },
  879. "assemble": {
  880. "action": true
  881. }
  882. },
  883. "utilityWidget.reset": {
  884. "consume": {
  885. "action": false
  886. },
  887. "interact": {
  888. "action": false
  889. },
  890. "assemble": {
  891. "action": true
  892. }
  893. }
  894. },
  895. "filterwidget": {
  896. "filterWidget.refresh": {
  897. "consume": {
  898. "action": true
  899. },
  900. "interact": {
  901. "action": true
  902. },
  903. "assemble": {
  904. "action": true
  905. }
  906. },
  907. "filterWidget.reset": {
  908. "consume": {
  909. "action": false
  910. },
  911. "interact": {
  912. "action": false
  913. },
  914. "assemble": {
  915. "action": true
  916. }
  917. }
  918. },
  919. "editorwidget": {
  920. "editorWidget.Edit": {
  921. "consume": {
  922. "action": false
  923. },
  924. "interact": {
  925. "action": true
  926. },
  927. "assemble": {
  928. "action": true
  929. }
  930. }
  931. },
  932. "tabbedcanvas": {
  933. "addtab": {
  934. "consume": {
  935. "action": false
  936. },
  937. "interact": {
  938. "action": false
  939. },
  940. "assemble": {
  941. "action": true
  942. }
  943. },
  944. "removetab": {
  945. "consume": {
  946. "action": false
  947. },
  948. "interact": {
  949. "action": false
  950. },
  951. "assemble": {
  952. "action": true
  953. }
  954. },
  955. "renametab": {
  956. "consume": {
  957. "action": false
  958. },
  959. "interact": {
  960. "action": false
  961. },
  962. "assemble": {
  963. "action": true
  964. }
  965. },
  966. "new": {
  967. "consume": {
  968. "action": false
  969. },
  970. "interact": {
  971. "action": false
  972. },
  973. "assemble": {
  974. "action": true
  975. }
  976. },
  977. "createNewFolder": {
  978. "consume": {
  979. "action": true
  980. },
  981. "interact": {
  982. "action": true
  983. },
  984. "assemble": {
  985. "action": true
  986. }
  987. },
  988. "businessCard": {
  989. "consume": {
  990. "action": true
  991. },
  992. "interact": {
  993. "action": true
  994. },
  995. "assemble": {
  996. "action": true
  997. }
  998. },
  999. "refresh": {
  1000. "consume": {
  1001. "action": true
  1002. },
  1003. "interact": {
  1004. "action": true
  1005. },
  1006. "assemble": {
  1007. "action": true
  1008. }
  1009. }
  1010. }
  1011. }
  1012. }