first commit
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
<?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-http-client',
|
||||
'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,73 @@
|
||||
__( 'Common', 'elementor-pro' );
|
||||
__( 'Default', 'elementor-pro' );
|
||||
__( 'Margin', 'elementor-pro' );
|
||||
__( 'Margin (all)', 'elementor-pro' );
|
||||
__( 'Margin bottom', 'elementor-pro' );
|
||||
__( 'Margin left', 'elementor-pro' );
|
||||
__( 'Margin right', 'elementor-pro' );
|
||||
__( 'Margin top', 'elementor-pro' );
|
||||
__( 'Padding', 'elementor-pro' );
|
||||
__( 'Padding (all)', 'elementor-pro' );
|
||||
__( 'Padding bottom', 'elementor-pro' );
|
||||
__( 'Padding left', 'elementor-pro' );
|
||||
__( 'Padding right', 'elementor-pro' );
|
||||
__( 'Padding top', 'elementor-pro' );
|
||||
__( 'Flex', 'elementor-pro' );
|
||||
__( 'Flex (all)', 'elementor-pro' );
|
||||
__( 'Flex grow', 'elementor-pro' );
|
||||
__( 'Flex shrink', 'elementor-pro' );
|
||||
__( 'Flex basis', 'elementor-pro' );
|
||||
__( 'Size', 'elementor-pro' );
|
||||
__( 'Width', 'elementor-pro' );
|
||||
__( 'Height', 'elementor-pro' );
|
||||
__( 'Max height', 'elementor-pro' );
|
||||
__( 'Max width', 'elementor-pro' );
|
||||
__( 'Min height', 'elementor-pro' );
|
||||
__( 'Min width', 'elementor-pro' );
|
||||
__( 'Position', 'elementor-pro' );
|
||||
__( 'Top', 'elementor-pro' );
|
||||
__( 'Left', 'elementor-pro' );
|
||||
__( 'Bottom', 'elementor-pro' );
|
||||
__( 'Right', 'elementor-pro' );
|
||||
__( 'Z-Index', 'elementor-pro' );
|
||||
__( 'Typography', 'elementor-pro' );
|
||||
__( 'Font color', 'elementor-pro' );
|
||||
__( 'Font size', 'elementor-pro' );
|
||||
__( 'Line height', 'elementor-pro' );
|
||||
__( 'Letter spacing', 'elementor-pro' );
|
||||
__('Text indent', 'elementor-pro');
|
||||
__('Text shadow', 'elementor-pro');
|
||||
__( 'Word spacing', 'elementor-pro' );
|
||||
__( 'Font variations', 'elementor-pro' );
|
||||
__( 'Text stroke color', 'elementor-pro' );
|
||||
__('Text underline offset', 'elementor-pro');
|
||||
__('Text decoration color', 'elementor-pro');
|
||||
__( 'Background', 'elementor-pro' );
|
||||
__( 'Background color', 'elementor-pro' );
|
||||
__( 'Background position', 'elementor-pro' );
|
||||
__( 'Box shadow', 'elementor-pro' );
|
||||
__( 'Border', 'elementor-pro' );
|
||||
__( 'Border (all)', 'elementor-pro' );
|
||||
__( 'Border radius', 'elementor-pro' );
|
||||
__( 'Border color', 'elementor-pro' );
|
||||
__( 'Border width', 'elementor-pro' );
|
||||
__( 'Effects', 'elementor-pro' );
|
||||
__( 'Opacity', 'elementor-pro' );
|
||||
__( 'Transform (all)', 'elementor-pro' );
|
||||
__( 'Filter (all)', '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