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

allow annotating PageTypeSimpleType #248

Open
bertsky opened this issue Feb 18, 2021 · 2 comments
Open

allow annotating PageTypeSimpleType #248

bertsky opened this issue Feb 18, 2021 · 2 comments
Labels
Priority: Low Type: Feature Indicates a feature request

Comments

@bertsky
Copy link

bertsky commented Feb 18, 2021

I am a little confused because I thought I've already opened a feature request for this some time ago, but cannot seem to find it: It would IMHO be great if LAREX allowed setting the page type in the Segments view. That is:

        <simpleType name="PageTypeSimpleType">
                 <restriction base="string">
                        <enumeration value="front-cover"/>
                        <enumeration value="back-cover"/>
                        <enumeration value="title"/>
                        <enumeration value="table-of-contents"/>
                        <enumeration value="index"/>
                        <enumeration value="content"/>
                        <enumeration value="blank"/>
                        <enumeration value="other"/>
               </restriction>
        </simpleType>

I cannot say what kind of UI would be best for this (drop-down button or right-click somewhere in the page view or preview...) though, or where it should be placed.

@maxnth maxnth added the Type: Enhancement Indicates an enhancement proposal for an existing feature label Feb 19, 2021
@maxnth
Copy link
Member

maxnth commented Feb 26, 2021

Excuse the late reply. A branch with viewing / editing functionality for Metadata / Page Attribute will be pushed in the next few days and most likely merged before the next release.

@bertsky
Copy link
Author

bertsky commented Feb 26, 2021

Awesome!

@maxnth maxnth added Type: Feature Indicates a feature request Priority: Low and removed Type: Enhancement Indicates an enhancement proposal for an existing feature labels Mar 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority: Low Type: Feature Indicates a feature request
Projects
None yet
Development

No branches or pull requests

2 participants