Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

annotation connectors: editable/non editable #202

Open
tuurma opened this issue Sep 28, 2023 · 0 comments
Open

annotation connectors: editable/non editable #202

tuurma opened this issue Sep 28, 2023 · 0 comments
Assignees
Labels
annotations Issues affecting the annotation editor

Comments

@tuurma
Copy link
Member

tuurma commented Sep 28, 2023

Allow to specify on pb-authority custom connector if a "new entry" button and editing form should be available for this register entries. In the example below the property is called edit and will only be respected if connector="Custom"

 <pb-authority-lookup subscribe="transcription" emit="transcription">
                                        <pb-authority connector="Custom" name="organization">
                                            <pb-authority connector="GND" prefix="gnd"></pb-authority>
                                        </pb-authority>
                                        <pb-authority connector="Custom" name="place" edit="edit">
                                            <pb-authority connector="GeoNames" user="existdb" prefix="geo"></pb-authority>
                                        </pb-authority>
                                        <pb-authority connector="Custom" name="term">
                                            <pb-authority connector="GND" prefix="gnd"></pb-authority>
                                        </pb-authority>
                                        <pb-authority connector="Custom" name="person"  edit="edit">
                                            <pb-authority connector="GND" prefix="gnd"></pb-authority>
                                        </pb-authority>
                                    </pb-authority-lookup>
@tuurma tuurma added the annotations Issues affecting the annotation editor label Sep 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
annotations Issues affecting the annotation editor
Projects
None yet
Development

No branches or pull requests

2 participants