first commit
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
if ( ! defined( 'ABSPATH' ) ) {
|
||||
exit;
|
||||
}
|
||||
/**
|
||||
* This file is generated by Webpack, do not edit it directly.
|
||||
*/
|
||||
return [
|
||||
'handle' => 'elementor-v2-editor-controls-extended',
|
||||
'deps' => [
|
||||
'elementor-v2-editor-controls',
|
||||
'elementor-v2-editor-props',
|
||||
'elementor-v2-http-client',
|
||||
'elementor-v2-icons',
|
||||
'elementor-v2-schema',
|
||||
'elementor-v2-ui',
|
||||
'react',
|
||||
'wp-i18n',
|
||||
],
|
||||
];
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -0,0 +1,17 @@
|
||||
__( 'Display Conditions', 'elementor-pro' );
|
||||
__( "Empty attribute names aren't valid and won't render on the page.", 'elementor-pro' );
|
||||
__( 'Name', 'elementor-pro' );
|
||||
__( 'Value', 'elementor-pro' );
|
||||
__(
|
||||
'Names can only use letters, numbers, dashes (-) and underscores (_).',
|
||||
'elementor-pro'
|
||||
);
|
||||
__(
|
||||
'The use of pseudo-states is not permitted. Instead, switch to the desired pseudo state and add your custom code there.',
|
||||
'elementor-pro'
|
||||
);
|
||||
__(
|
||||
'The use of @media width queries is not permitted. Instead, switch to the desired breakpoint and add your custom code there.',
|
||||
'elementor-pro'
|
||||
);
|
||||
__( 'Clear', 'elementor-pro' );
|
||||
Reference in New Issue
Block a user