Skip to content

feat: templates Any Control Tags, such as RectangleLabels. Confi… #7808

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

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

new-bajie
Copy link

…gurable isEdit, default is true. Set it to false and the label name will not be displayed in the Labeling Interface > visual.

…gurable isEdit, default is true. Set it to false and the label name will not be displayed in the Labeling Interface > visual.

<View>
  <RectangleLabels name="labels" toName="image" maxUsages="2" isEdit="true">
    <Label value="Person" />
    <Label value="Animal" />
  </RectangleLabels>
  <Image name="image" value="$image" />
</View>
Copy link

netlify bot commented Jun 21, 2025

👷 Deploy request for heartex-docs pending review.

Visit the deploys page to approve it

Name Link
🔨 Latest commit 41cc8c7

Copy link

netlify bot commented Jun 21, 2025

👷 Deploy request for label-studio-docs-new-theme pending review.

Visit the deploys page to approve it

Name Link
🔨 Latest commit 41cc8c7

Copy link

netlify bot commented Jun 21, 2025

Deploy Preview for label-studio-playground ready!

Name Link
🔨 Latest commit 41cc8c7
🔍 Latest deploy log https://app.netlify.com/projects/label-studio-playground/deploys/6856502bf350b8000897d227
😎 Deploy Preview https://deploy-preview-7808--label-studio-playground.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Copy link

netlify bot commented Jun 21, 2025

Deploy Preview for label-studio-storybook ready!

Name Link
🔨 Latest commit 41cc8c7
🔍 Latest deploy log https://app.netlify.com/projects/label-studio-storybook/deploys/6856502bce2d6a0008143588
😎 Deploy Preview https://deploy-preview-7808--label-studio-storybook.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@new-bajie new-bajie changed the title [feature]: templates Any Control Tags, such as RectangleLabels. Confi… fix: templates Any Control Tags, such as RectangleLabels. Confi… Jun 21, 2025
@new-bajie
Copy link
Author

new-bajie commented Jun 21, 2025

<View>
  <Image name="image" value="$image" />
  	<Header value="image classification:" />
    <Choices name="gender" toName="image"  showInline="true" isEdit="false">
    <Choice value="OK" />
    <Choice value="NG" />
  </Choices>
  
  <Header value="target detection:" />
  <RectangleLabels name="labels" toName="image" maxUsages="2" >
    <Label value="Person" />
    <Label value="Animal" />
  </RectangleLabels>
</View>```
Do not want the user to change the Choice, configuration isEdit="false"

@new-bajie new-bajie changed the title fix: templates Any Control Tags, such as RectangleLabels. Confi… feat: templates Any Control Tags, such as RectangleLabels. Confi… Jun 21, 2025
@github-actions github-actions bot added the feat label Jun 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant