-
Notifications
You must be signed in to change notification settings - Fork 375
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
︷ Custom field with handlebars #5462
︷ Custom field with handlebars #5462
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
The URL of the deployed environment for this PR is https://argilla-quickstart-pr-5462-ki24f765kq-no.a.run.app |
@damianpumar should we review and merge this? |
Yes, we can, but I need to change the "mode" |
@burtenshaw could you share with me how can I detect the advanced or basic mode? Thanks! |
Hey @damianpumar , the {
"id": "51e8fb70-3c3a-4b19-8919-906b28d5c2fd",
"name": "custom",
"title": "custom",
"required": true,
"settings": {
"type": "custom",
"template": "<div>{{field}}</div>",
"advanced_mode": false
},
"dataset_id": "5d9483e5-6f66-4fd6-b56c-54399002f54d",
"inserted_at": "2024-09-26T08:23:42.148948",
"updated_at": "2024-09-26T08:23:42.148948"
} So you can use |
@burtenshaw Thanks! |
No description provided.