File tree Expand file tree Collapse file tree 10 files changed +31
-36
lines changed
app/code/Magento/PageBuilder
Controller/Adminhtml/ContentType/Image
ResourceModel/Template/Grid Expand file tree Collapse file tree 10 files changed +31
-36
lines changed Original file line number Diff line number Diff line change 1
1
<?php
2
2
/**
3
- * Copyright © Magento, Inc. All rights reserved.
4
- * See COPYING.txt for license details .
3
+ * Copyright 2019 Adobe
4
+ * All Rights Reserved .
5
5
*/
6
6
7
7
declare (strict_types=1 );
15
15
use Magento \PageBuilder \Model \Stage \Config ;
16
16
use Magento \Framework \Serialize \Serializer \Json ;
17
17
18
- /**
19
- * Class Render
20
- *
21
- * @api
22
- */
23
18
class Render extends Template
24
19
{
25
20
/**
Original file line number Diff line number Diff line change 1
1
<?php
2
2
/**
3
- * Copyright © Magento, Inc. All rights reserved.
4
- * See COPYING.txt for license details .
3
+ * Copyright 2018 Adobe
4
+ * All Rights Reserved .
5
5
*/
6
6
7
7
declare (strict_types=1 );
Original file line number Diff line number Diff line change 1
1
<?php
2
2
/**
3
- * Copyright © Magento, Inc. All rights reserved.
4
- * See COPYING.txt for license details .
3
+ * Copyright 2017 Adobe
4
+ * All Rights Reserved .
5
5
*/
6
6
declare (strict_types=1 );
7
7
Original file line number Diff line number Diff line change 1
1
<?php
2
2
/**
3
- * Copyright © Magento, Inc. All rights reserved.
4
- * See COPYING.txt for license details .
3
+ * Copyright 2019 Adobe
4
+ * All Rights Reserved .
5
5
*/
6
6
7
7
namespace Magento \PageBuilder \Component \Form ;
19
19
*/
20
20
class HtmlCode extends \Magento \Ui \Component \Form \Field
21
21
{
22
- const HTML_ID_PLACEHOLDER = 'HTML_ID_PLACEHOLDER ' ;
22
+ public const HTML_ID_PLACEHOLDER = 'HTML_ID_PLACEHOLDER ' ;
23
23
24
24
/**
25
25
* @var BackendUrlInterface
Original file line number Diff line number Diff line change 1
1
<?php
2
2
/**
3
- * Copyright © Magento, Inc. All rights reserved.
4
- * See COPYING.txt for license details .
3
+ * Copyright 2017 Adobe
4
+ * All Rights Reserved .
5
5
*/
6
6
namespace Magento \PageBuilder \Controller \Adminhtml \ContentType \Image ;
7
7
17
17
*/
18
18
class Upload extends \Magento \Backend \App \Action implements HttpPostActionInterface
19
19
{
20
- const UPLOAD_DIR = 'wysiwyg ' ;
20
+ public const UPLOAD_DIR = 'wysiwyg ' ;
21
21
22
- const ADMIN_RESOURCE = 'Magento_Backend::content ' ;
22
+ public const ADMIN_RESOURCE = 'Magento_Backend::content ' ;
23
23
24
24
/**
25
25
* @var \Magento\Framework\Filesystem\DirectoryList
Original file line number Diff line number Diff line change 1
1
<?php
2
2
/**
3
- * Copyright © Magento, Inc. All rights reserved.
4
- * See COPYING.txt for license details .
3
+ * Copyright 2019 Adobe
4
+ * All Rights Reserved .
5
5
*/
6
6
7
7
declare (strict_types=1 );
Original file line number Diff line number Diff line change 1
1
<?php
2
2
/**
3
- * Copyright © Magento, Inc. All rights reserved.
4
- * See COPYING.txt for license details .
3
+ * Copyright 2020 Adobe
4
+ * All Rights Reserved .
5
5
*/
6
6
declare (strict_types=1 );
7
7
Original file line number Diff line number Diff line change 1
1
<?php
2
2
/**
3
- * Copyright © Magento, Inc. All rights reserved.
4
- * See COPYING.txt for license details .
3
+ * Copyright 2020 Adobe
4
+ * All Rights Reserved .
5
5
*/
6
6
declare (strict_types=1 );
7
7
Original file line number Diff line number Diff line change 1
1
<?php
2
2
/**
3
- * Copyright © Magento, Inc. All rights reserved.
4
- * See COPYING.txt for license details .
3
+ * Copyright 2019 Adobe
4
+ * All Rights Reserved .
5
5
*/
6
6
7
7
declare (strict_types=1 );
Original file line number Diff line number Diff line change 1
1
<?php
2
2
/**
3
- * Copyright © Magento, Inc. All rights reserved.
4
- * See COPYING.txt for license details .
3
+ * Copyright 2017 Adobe
4
+ * All Rights Reserved .
5
5
*/
6
6
7
7
declare (strict_types=1 );
24
24
*/
25
25
class Config
26
26
{
27
- const DEFAULT_PREVIEW_COMPONENT = 'Magento_PageBuilder/js/content-type/preview ' ;
28
- const DEFAULT_MASTER_COMPONENT = 'Magento_PageBuilder/js/content-type/master ' ;
27
+ public const DEFAULT_PREVIEW_COMPONENT = 'Magento_PageBuilder/js/content-type/preview ' ;
28
+ public const DEFAULT_MASTER_COMPONENT = 'Magento_PageBuilder/js/content-type/master ' ;
29
29
30
- const XML_PATH_COLUMN_GRID_DEFAULT = 'cms/pagebuilder/column_grid_default ' ;
31
- const XML_PATH_COLUMN_GRID_MAX = 'cms/pagebuilder/column_grid_max ' ;
30
+ public const XML_PATH_COLUMN_GRID_DEFAULT = 'cms/pagebuilder/column_grid_default ' ;
31
+ public const XML_PATH_COLUMN_GRID_MAX = 'cms/pagebuilder/column_grid_max ' ;
32
32
33
- const ROOT_CONTAINER_NAME = 'root-container ' ;
33
+ public const ROOT_CONTAINER_NAME = 'root-container ' ;
34
34
35
- const TEMPLATE_DELETE_RESOURCE = 'Magento_PageBuilder::template_delete ' ;
36
- const TEMPLATE_SAVE_RESOURCE = 'Magento_PageBuilder::template_save ' ;
37
- const TEMPLATE_APPLY_RESOURCE = 'Magento_PageBuilder::template_apply ' ;
35
+ public const TEMPLATE_DELETE_RESOURCE = 'Magento_PageBuilder::template_delete ' ;
36
+ public const TEMPLATE_SAVE_RESOURCE = 'Magento_PageBuilder::template_save ' ;
37
+ public const TEMPLATE_APPLY_RESOURCE = 'Magento_PageBuilder::template_apply ' ;
38
38
39
39
private const CONTENT_TYPE_CACHE_ID = 'CONTENT_TYPE ' ;
40
40
private const TINY_MCE_CONFIG_CACHE_ID = 'TINY_MCE_CONFIG ' ;
You can’t perform that action at this time.
0 commit comments