-
-
Notifications
You must be signed in to change notification settings - Fork 530
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
Revealer fieldtype shows label redundantly. #2468
Comments
I'm unable to reproduce this issue. I've copied the field configuration from the Statamic documentation: -
handle: revealed
field:
type: text
display: 'I am revealed!'
if:
behold: 'equals true'
-
handle: behold
field:
type: revealer
display: 'Behold!' With that configuration, I can't see the field label of the revealer field, see this screencast. I'm going to close this issue and presume it's been fixed. If you encounter this issue again, reply on this issue with a short screencast and I can have another look. |
Sorry — I missed a step in my reporting. This happens when used in a
replicator or bard field. It does work fine outside of those.
Thanks,
*Brian Shepherd*
——————————
*Black Sheep Design Ltd.*
720.201.9764
theblacksheepltd.com
…On Sep 20, 2020 at 6:30:51 AM, Duncan McClean ***@***.***> wrote:
I'm unable to reproduce this issue.
I've copied the field configuration from the Statamic documentation:
-
handle: revealed
field:
type: text
display: 'I am revealed!'
if:
behold: 'equals true'
-
handle: behold
field:
type: revealer
display: 'Behold!'
With that configuration, I can't see the field label of the revealer
field, see this screencast
<https://drive.google.com/file/d/1NZ1foWELsKjzJFLEuQGsL-nOlSuWOCOy/view?usp=sharing>
.
I'm going to close this issue and presume it's been fixed. If you
encounter this issue again, reply on this issue with a short screencast and
I can have another look.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#2468 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AMACBB3EB6I7F3IE72RUPIDSGXYXXANCNFSM4RSLP6LQ>
.
|
Thanks for providing more information. I’ll re-open this issue. |
Possibly linked to #2289 |
Fixed in 255ac14. |
Bug Description
In revealer fieldtype documentation, sample shows as a button with the display property used as the label. In CP, both the button and a standard field label are displayed. It seems that for its intended purpose, the label should not display.
How to Reproduce
Add revealer field to blueprint or fieldset and set display property.
Extra Detail
Environment
Statamic version: 3.0.*
PHP version: 7.3
Install method (choose one):
statamic/statamic
The text was updated successfully, but these errors were encountered: