Created
January 14, 2025 12:42
-
-
Save sulmanpucit/db4772425c45a37f9a21d88ac78fc54b to your computer and use it in GitHub Desktop.
renderlogics
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
'id' => 'device_type', | |
'label' => esc_html__( 'Device', 'fusion-builder' ), | |
'fields' => [ | |
'options' => [ | |
'id' => 'options', | |
'label' => esc_html__( 'Device Type', 'fusion-builder' ), | |
'description' => __( 'Select the Device.', 'fusion-builder' ), | |
'type' => 'select', | |
'choices' => [ | |
'desktop' => esc_html__( 'Desktop', 'fusion-builder' ), | |
'mobile' => __( 'Mobile', 'fusion-builder' ), | |
'tablet' => __( 'Tablet', 'fusion-builder' ), | |
], | |
], | |
'comparisons' => self::comparisons( [ 'one', 'none' ] ), | |
], | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment