From ce4699b549cf3bb784c8388adb3a0aa4bc43e008 Mon Sep 17 00:00:00 2001 From: Patrizio Bekerle <patrizio.bekerle@tugraz.at> Date: Mon, 21 Oct 2019 08:51:34 +0200 Subject: [PATCH] Add attribute documentation --- packages/person-profile/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/person-profile/README.md b/packages/person-profile/README.md index 879d9937..5ba9f240 100644 --- a/packages/person-profile/README.md +++ b/packages/person-profile/README.md @@ -14,6 +14,8 @@ - example `<vpu-person-profile lang="de"></vpu-person-profile>` - `entry-point-url` (optional, default is the TU Graz entry point url): entry point url to access the api - example `<vpu-person-profile entry-point-url="http://127.0.0.1:8000"></vpu-person-profile>` +- `value` (optional): api path of person to preload the selector with + - example `<vpu-person-profile value="/people/testuser"></vpu-person-profile>` ## Local development -- GitLab