Edit File by line

Deprecated: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in /home/sportsfever/public_html/filemanger/function.php on line 93

Warning: Undefined array key "page_file_edit_line" in /home/sportsfever/public_html/filemanger/edit_text_line.php on line 32
/home/sportsfe.../httpdocs/clone/wp-inclu.../js/dist
File: block-library.js
typography: {
[4000] Fix | Delete
fontSize: true,
[4001] Fix | Delete
__experimentalFontFamily: true
[4002] Fix | Delete
},
[4003] Fix | Delete
reusable: false,
[4004] Fix | Delete
spacing: {
[4005] Fix | Delete
__experimentalSkipSerialization: true,
[4006] Fix | Delete
padding: ['horizontal', 'vertical'],
[4007] Fix | Delete
__experimentalDefaultControls: {
[4008] Fix | Delete
padding: true
[4009] Fix | Delete
}
[4010] Fix | Delete
},
[4011] Fix | Delete
__experimentalBorder: {
[4012] Fix | Delete
radius: true,
[4013] Fix | Delete
__experimentalSkipSerialization: true
[4014] Fix | Delete
},
[4015] Fix | Delete
__experimentalSelector: '.wp-block-button__link'
[4016] Fix | Delete
},
[4017] Fix | Delete
save({
[4018] Fix | Delete
attributes,
[4019] Fix | Delete
className
[4020] Fix | Delete
}) {
[4021] Fix | Delete
const {
[4022] Fix | Delete
fontSize,
[4023] Fix | Delete
linkTarget,
[4024] Fix | Delete
rel,
[4025] Fix | Delete
style,
[4026] Fix | Delete
text,
[4027] Fix | Delete
title,
[4028] Fix | Delete
url,
[4029] Fix | Delete
width
[4030] Fix | Delete
} = attributes;
[4031] Fix | Delete
if (!text) {
[4032] Fix | Delete
return null;
[4033] Fix | Delete
}
[4034] Fix | Delete
const borderProps = (0,external_wp_blockEditor_namespaceObject.__experimentalGetBorderClassesAndStyles)(attributes);
[4035] Fix | Delete
const colorProps = (0,external_wp_blockEditor_namespaceObject.__experimentalGetColorClassesAndStyles)(attributes);
[4036] Fix | Delete
const spacingProps = (0,external_wp_blockEditor_namespaceObject.__experimentalGetSpacingClassesAndStyles)(attributes);
[4037] Fix | Delete
const buttonClasses = dist_clsx('wp-block-button__link', colorProps.className, borderProps.className, {
[4038] Fix | Delete
// For backwards compatibility add style that isn't provided via
[4039] Fix | Delete
// block support.
[4040] Fix | Delete
'no-border-radius': style?.border?.radius === 0
[4041] Fix | Delete
});
[4042] Fix | Delete
const buttonStyle = {
[4043] Fix | Delete
...borderProps.style,
[4044] Fix | Delete
...colorProps.style,
[4045] Fix | Delete
...spacingProps.style
[4046] Fix | Delete
};
[4047] Fix | Delete
[4048] Fix | Delete
// The use of a `title` attribute here is soft-deprecated, but still applied
[4049] Fix | Delete
// if it had already been assigned, for the sake of backward-compatibility.
[4050] Fix | Delete
// A title will no longer be assigned for new or updated button block links.
[4051] Fix | Delete
[4052] Fix | Delete
const wrapperClasses = dist_clsx(className, {
[4053] Fix | Delete
[`has-custom-width wp-block-button__width-${width}`]: width,
[4054] Fix | Delete
[`has-custom-font-size`]: fontSize || style?.typography?.fontSize
[4055] Fix | Delete
});
[4056] Fix | Delete
return /*#__PURE__*/(0,external_ReactJSXRuntime_namespaceObject.jsx)("div", {
[4057] Fix | Delete
...external_wp_blockEditor_namespaceObject.useBlockProps.save({
[4058] Fix | Delete
className: wrapperClasses
[4059] Fix | Delete
}),
[4060] Fix | Delete
children: /*#__PURE__*/(0,external_ReactJSXRuntime_namespaceObject.jsx)(external_wp_blockEditor_namespaceObject.RichText.Content, {
[4061] Fix | Delete
tagName: "a",
[4062] Fix | Delete
className: buttonClasses,
[4063] Fix | Delete
href: url,
[4064] Fix | Delete
title: title,
[4065] Fix | Delete
style: buttonStyle,
[4066] Fix | Delete
value: text,
[4067] Fix | Delete
target: linkTarget,
[4068] Fix | Delete
rel: rel
[4069] Fix | Delete
})
[4070] Fix | Delete
});
[4071] Fix | Delete
},
[4072] Fix | Delete
migrate: migrate_font_family,
[4073] Fix | Delete
isEligible({
[4074] Fix | Delete
style
[4075] Fix | Delete
}) {
[4076] Fix | Delete
return style?.typography?.fontFamily;
[4077] Fix | Delete
}
[4078] Fix | Delete
};
[4079] Fix | Delete
const deprecated_deprecated = [v11, v10, {
[4080] Fix | Delete
supports: {
[4081] Fix | Delete
anchor: true,
[4082] Fix | Delete
align: true,
[4083] Fix | Delete
alignWide: false,
[4084] Fix | Delete
color: {
[4085] Fix | Delete
__experimentalSkipSerialization: true,
[4086] Fix | Delete
gradients: true
[4087] Fix | Delete
},
[4088] Fix | Delete
typography: {
[4089] Fix | Delete
fontSize: true,
[4090] Fix | Delete
__experimentalFontFamily: true
[4091] Fix | Delete
},
[4092] Fix | Delete
reusable: false,
[4093] Fix | Delete
__experimentalSelector: '.wp-block-button__link'
[4094] Fix | Delete
},
[4095] Fix | Delete
attributes: {
[4096] Fix | Delete
...blockAttributes,
[4097] Fix | Delete
linkTarget: {
[4098] Fix | Delete
type: 'string',
[4099] Fix | Delete
source: 'attribute',
[4100] Fix | Delete
selector: 'a',
[4101] Fix | Delete
attribute: 'target'
[4102] Fix | Delete
},
[4103] Fix | Delete
rel: {
[4104] Fix | Delete
type: 'string',
[4105] Fix | Delete
source: 'attribute',
[4106] Fix | Delete
selector: 'a',
[4107] Fix | Delete
attribute: 'rel'
[4108] Fix | Delete
},
[4109] Fix | Delete
placeholder: {
[4110] Fix | Delete
type: 'string'
[4111] Fix | Delete
},
[4112] Fix | Delete
backgroundColor: {
[4113] Fix | Delete
type: 'string'
[4114] Fix | Delete
},
[4115] Fix | Delete
textColor: {
[4116] Fix | Delete
type: 'string'
[4117] Fix | Delete
},
[4118] Fix | Delete
gradient: {
[4119] Fix | Delete
type: 'string'
[4120] Fix | Delete
},
[4121] Fix | Delete
width: {
[4122] Fix | Delete
type: 'number'
[4123] Fix | Delete
}
[4124] Fix | Delete
},
[4125] Fix | Delete
isEligible({
[4126] Fix | Delete
style
[4127] Fix | Delete
}) {
[4128] Fix | Delete
return typeof style?.border?.radius === 'number';
[4129] Fix | Delete
},
[4130] Fix | Delete
save({
[4131] Fix | Delete
attributes,
[4132] Fix | Delete
className
[4133] Fix | Delete
}) {
[4134] Fix | Delete
const {
[4135] Fix | Delete
fontSize,
[4136] Fix | Delete
linkTarget,
[4137] Fix | Delete
rel,
[4138] Fix | Delete
style,
[4139] Fix | Delete
text,
[4140] Fix | Delete
title,
[4141] Fix | Delete
url,
[4142] Fix | Delete
width
[4143] Fix | Delete
} = attributes;
[4144] Fix | Delete
if (!text) {
[4145] Fix | Delete
return null;
[4146] Fix | Delete
}
[4147] Fix | Delete
const borderRadius = style?.border?.radius;
[4148] Fix | Delete
const colorProps = (0,external_wp_blockEditor_namespaceObject.__experimentalGetColorClassesAndStyles)(attributes);
[4149] Fix | Delete
const buttonClasses = dist_clsx('wp-block-button__link', colorProps.className, {
[4150] Fix | Delete
'no-border-radius': style?.border?.radius === 0
[4151] Fix | Delete
});
[4152] Fix | Delete
const buttonStyle = {
[4153] Fix | Delete
borderRadius: borderRadius ? borderRadius : undefined,
[4154] Fix | Delete
...colorProps.style
[4155] Fix | Delete
};
[4156] Fix | Delete
[4157] Fix | Delete
// The use of a `title` attribute here is soft-deprecated, but still applied
[4158] Fix | Delete
// if it had already been assigned, for the sake of backward-compatibility.
[4159] Fix | Delete
// A title will no longer be assigned for new or updated button block links.
[4160] Fix | Delete
[4161] Fix | Delete
const wrapperClasses = dist_clsx(className, {
[4162] Fix | Delete
[`has-custom-width wp-block-button__width-${width}`]: width,
[4163] Fix | Delete
[`has-custom-font-size`]: fontSize || style?.typography?.fontSize
[4164] Fix | Delete
});
[4165] Fix | Delete
return /*#__PURE__*/(0,external_ReactJSXRuntime_namespaceObject.jsx)("div", {
[4166] Fix | Delete
...external_wp_blockEditor_namespaceObject.useBlockProps.save({
[4167] Fix | Delete
className: wrapperClasses
[4168] Fix | Delete
}),
[4169] Fix | Delete
children: /*#__PURE__*/(0,external_ReactJSXRuntime_namespaceObject.jsx)(external_wp_blockEditor_namespaceObject.RichText.Content, {
[4170] Fix | Delete
tagName: "a",
[4171] Fix | Delete
className: buttonClasses,
[4172] Fix | Delete
href: url,
[4173] Fix | Delete
title: title,
[4174] Fix | Delete
style: buttonStyle,
[4175] Fix | Delete
value: text,
[4176] Fix | Delete
target: linkTarget,
[4177] Fix | Delete
rel: rel
[4178] Fix | Delete
})
[4179] Fix | Delete
});
[4180] Fix | Delete
},
[4181] Fix | Delete
migrate: (0,external_wp_compose_namespaceObject.compose)(migrate_font_family, migrateBorderRadius)
[4182] Fix | Delete
}, {
[4183] Fix | Delete
supports: {
[4184] Fix | Delete
anchor: true,
[4185] Fix | Delete
align: true,
[4186] Fix | Delete
alignWide: false,
[4187] Fix | Delete
color: {
[4188] Fix | Delete
__experimentalSkipSerialization: true
[4189] Fix | Delete
},
[4190] Fix | Delete
reusable: false,
[4191] Fix | Delete
__experimentalSelector: '.wp-block-button__link'
[4192] Fix | Delete
},
[4193] Fix | Delete
attributes: {
[4194] Fix | Delete
...blockAttributes,
[4195] Fix | Delete
linkTarget: {
[4196] Fix | Delete
type: 'string',
[4197] Fix | Delete
source: 'attribute',
[4198] Fix | Delete
selector: 'a',
[4199] Fix | Delete
attribute: 'target'
[4200] Fix | Delete
},
[4201] Fix | Delete
rel: {
[4202] Fix | Delete
type: 'string',
[4203] Fix | Delete
source: 'attribute',
[4204] Fix | Delete
selector: 'a',
[4205] Fix | Delete
attribute: 'rel'
[4206] Fix | Delete
},
[4207] Fix | Delete
placeholder: {
[4208] Fix | Delete
type: 'string'
[4209] Fix | Delete
},
[4210] Fix | Delete
borderRadius: {
[4211] Fix | Delete
type: 'number'
[4212] Fix | Delete
},
[4213] Fix | Delete
backgroundColor: {
[4214] Fix | Delete
type: 'string'
[4215] Fix | Delete
},
[4216] Fix | Delete
textColor: {
[4217] Fix | Delete
type: 'string'
[4218] Fix | Delete
},
[4219] Fix | Delete
gradient: {
[4220] Fix | Delete
type: 'string'
[4221] Fix | Delete
},
[4222] Fix | Delete
style: {
[4223] Fix | Delete
type: 'object'
[4224] Fix | Delete
},
[4225] Fix | Delete
width: {
[4226] Fix | Delete
type: 'number'
[4227] Fix | Delete
}
[4228] Fix | Delete
},
[4229] Fix | Delete
save({
[4230] Fix | Delete
attributes,
[4231] Fix | Delete
className
[4232] Fix | Delete
}) {
[4233] Fix | Delete
const {
[4234] Fix | Delete
borderRadius,
[4235] Fix | Delete
linkTarget,
[4236] Fix | Delete
rel,
[4237] Fix | Delete
text,
[4238] Fix | Delete
title,
[4239] Fix | Delete
url,
[4240] Fix | Delete
width
[4241] Fix | Delete
} = attributes;
[4242] Fix | Delete
const colorProps = (0,external_wp_blockEditor_namespaceObject.__experimentalGetColorClassesAndStyles)(attributes);
[4243] Fix | Delete
const buttonClasses = dist_clsx('wp-block-button__link', colorProps.className, {
[4244] Fix | Delete
'no-border-radius': borderRadius === 0
[4245] Fix | Delete
});
[4246] Fix | Delete
const buttonStyle = {
[4247] Fix | Delete
borderRadius: borderRadius ? borderRadius + 'px' : undefined,
[4248] Fix | Delete
...colorProps.style
[4249] Fix | Delete
};
[4250] Fix | Delete
[4251] Fix | Delete
// The use of a `title` attribute here is soft-deprecated, but still applied
[4252] Fix | Delete
// if it had already been assigned, for the sake of backward-compatibility.
[4253] Fix | Delete
// A title will no longer be assigned for new or updated button block links.
[4254] Fix | Delete
[4255] Fix | Delete
const wrapperClasses = dist_clsx(className, {
[4256] Fix | Delete
[`has-custom-width wp-block-button__width-${width}`]: width
[4257] Fix | Delete
});
[4258] Fix | Delete
return /*#__PURE__*/(0,external_ReactJSXRuntime_namespaceObject.jsx)("div", {
[4259] Fix | Delete
...external_wp_blockEditor_namespaceObject.useBlockProps.save({
[4260] Fix | Delete
className: wrapperClasses
[4261] Fix | Delete
}),
[4262] Fix | Delete
children: /*#__PURE__*/(0,external_ReactJSXRuntime_namespaceObject.jsx)(external_wp_blockEditor_namespaceObject.RichText.Content, {
[4263] Fix | Delete
tagName: "a",
[4264] Fix | Delete
className: buttonClasses,
[4265] Fix | Delete
href: url,
[4266] Fix | Delete
title: title,
[4267] Fix | Delete
style: buttonStyle,
[4268] Fix | Delete
value: text,
[4269] Fix | Delete
target: linkTarget,
[4270] Fix | Delete
rel: rel
[4271] Fix | Delete
})
[4272] Fix | Delete
});
[4273] Fix | Delete
},
[4274] Fix | Delete
migrate: (0,external_wp_compose_namespaceObject.compose)(migrate_font_family, migrateBorderRadius)
[4275] Fix | Delete
}, {
[4276] Fix | Delete
supports: {
[4277] Fix | Delete
anchor: true,
[4278] Fix | Delete
align: true,
[4279] Fix | Delete
alignWide: false,
[4280] Fix | Delete
color: {
[4281] Fix | Delete
__experimentalSkipSerialization: true
[4282] Fix | Delete
},
[4283] Fix | Delete
reusable: false,
[4284] Fix | Delete
__experimentalSelector: '.wp-block-button__link'
[4285] Fix | Delete
},
[4286] Fix | Delete
attributes: {
[4287] Fix | Delete
...blockAttributes,
[4288] Fix | Delete
linkTarget: {
[4289] Fix | Delete
type: 'string',
[4290] Fix | Delete
source: 'attribute',
[4291] Fix | Delete
selector: 'a',
[4292] Fix | Delete
attribute: 'target'
[4293] Fix | Delete
},
[4294] Fix | Delete
rel: {
[4295] Fix | Delete
type: 'string',
[4296] Fix | Delete
source: 'attribute',
[4297] Fix | Delete
selector: 'a',
[4298] Fix | Delete
attribute: 'rel'
[4299] Fix | Delete
},
[4300] Fix | Delete
placeholder: {
[4301] Fix | Delete
type: 'string'
[4302] Fix | Delete
},
[4303] Fix | Delete
borderRadius: {
[4304] Fix | Delete
type: 'number'
[4305] Fix | Delete
},
[4306] Fix | Delete
backgroundColor: {
[4307] Fix | Delete
type: 'string'
[4308] Fix | Delete
},
[4309] Fix | Delete
textColor: {
[4310] Fix | Delete
type: 'string'
[4311] Fix | Delete
},
[4312] Fix | Delete
gradient: {
[4313] Fix | Delete
type: 'string'
[4314] Fix | Delete
},
[4315] Fix | Delete
style: {
[4316] Fix | Delete
type: 'object'
[4317] Fix | Delete
},
[4318] Fix | Delete
width: {
[4319] Fix | Delete
type: 'number'
[4320] Fix | Delete
}
[4321] Fix | Delete
},
[4322] Fix | Delete
save({
[4323] Fix | Delete
attributes,
[4324] Fix | Delete
className
[4325] Fix | Delete
}) {
[4326] Fix | Delete
const {
[4327] Fix | Delete
borderRadius,
[4328] Fix | Delete
linkTarget,
[4329] Fix | Delete
rel,
[4330] Fix | Delete
text,
[4331] Fix | Delete
title,
[4332] Fix | Delete
url,
[4333] Fix | Delete
width
[4334] Fix | Delete
} = attributes;
[4335] Fix | Delete
const colorProps = (0,external_wp_blockEditor_namespaceObject.__experimentalGetColorClassesAndStyles)(attributes);
[4336] Fix | Delete
const buttonClasses = dist_clsx('wp-block-button__link', colorProps.className, {
[4337] Fix | Delete
'no-border-radius': borderRadius === 0
[4338] Fix | Delete
});
[4339] Fix | Delete
const buttonStyle = {
[4340] Fix | Delete
borderRadius: borderRadius ? borderRadius + 'px' : undefined,
[4341] Fix | Delete
...colorProps.style
[4342] Fix | Delete
};
[4343] Fix | Delete
[4344] Fix | Delete
// The use of a `title` attribute here is soft-deprecated, but still applied
[4345] Fix | Delete
// if it had already been assigned, for the sake of backward-compatibility.
[4346] Fix | Delete
// A title will no longer be assigned for new or updated button block links.
[4347] Fix | Delete
[4348] Fix | Delete
const wrapperClasses = dist_clsx(className, {
[4349] Fix | Delete
[`has-custom-width wp-block-button__width-${width}`]: width
[4350] Fix | Delete
});
[4351] Fix | Delete
return /*#__PURE__*/(0,external_ReactJSXRuntime_namespaceObject.jsx)("div", {
[4352] Fix | Delete
...external_wp_blockEditor_namespaceObject.useBlockProps.save({
[4353] Fix | Delete
className: wrapperClasses
[4354] Fix | Delete
}),
[4355] Fix | Delete
children: /*#__PURE__*/(0,external_ReactJSXRuntime_namespaceObject.jsx)(external_wp_blockEditor_namespaceObject.RichText.Content, {
[4356] Fix | Delete
tagName: "a",
[4357] Fix | Delete
className: buttonClasses,
[4358] Fix | Delete
href: url,
[4359] Fix | Delete
title: title,
[4360] Fix | Delete
style: buttonStyle,
[4361] Fix | Delete
value: text,
[4362] Fix | Delete
target: linkTarget,
[4363] Fix | Delete
rel: rel
[4364] Fix | Delete
})
[4365] Fix | Delete
});
[4366] Fix | Delete
},
[4367] Fix | Delete
migrate: (0,external_wp_compose_namespaceObject.compose)(migrate_font_family, migrateBorderRadius)
[4368] Fix | Delete
}, {
[4369] Fix | Delete
supports: {
[4370] Fix | Delete
align: true,
[4371] Fix | Delete
alignWide: false,
[4372] Fix | Delete
color: {
[4373] Fix | Delete
gradients: true
[4374] Fix | Delete
}
[4375] Fix | Delete
},
[4376] Fix | Delete
attributes: {
[4377] Fix | Delete
...blockAttributes,
[4378] Fix | Delete
linkTarget: {
[4379] Fix | Delete
type: 'string',
[4380] Fix | Delete
source: 'attribute',
[4381] Fix | Delete
selector: 'a',
[4382] Fix | Delete
attribute: 'target'
[4383] Fix | Delete
},
[4384] Fix | Delete
rel: {
[4385] Fix | Delete
type: 'string',
[4386] Fix | Delete
source: 'attribute',
[4387] Fix | Delete
selector: 'a',
[4388] Fix | Delete
attribute: 'rel'
[4389] Fix | Delete
},
[4390] Fix | Delete
placeholder: {
[4391] Fix | Delete
type: 'string'
[4392] Fix | Delete
},
[4393] Fix | Delete
borderRadius: {
[4394] Fix | Delete
type: 'number'
[4395] Fix | Delete
},
[4396] Fix | Delete
backgroundColor: {
[4397] Fix | Delete
type: 'string'
[4398] Fix | Delete
},
[4399] Fix | Delete
textColor: {
[4400] Fix | Delete
type: 'string'
[4401] Fix | Delete
},
[4402] Fix | Delete
gradient: {
[4403] Fix | Delete
type: 'string'
[4404] Fix | Delete
},
[4405] Fix | Delete
style: {
[4406] Fix | Delete
type: 'object'
[4407] Fix | Delete
}
[4408] Fix | Delete
},
[4409] Fix | Delete
save({
[4410] Fix | Delete
attributes
[4411] Fix | Delete
}) {
[4412] Fix | Delete
const {
[4413] Fix | Delete
borderRadius,
[4414] Fix | Delete
linkTarget,
[4415] Fix | Delete
rel,
[4416] Fix | Delete
text,
[4417] Fix | Delete
title,
[4418] Fix | Delete
url
[4419] Fix | Delete
} = attributes;
[4420] Fix | Delete
const buttonClasses = dist_clsx('wp-block-button__link', {
[4421] Fix | Delete
'no-border-radius': borderRadius === 0
[4422] Fix | Delete
});
[4423] Fix | Delete
const buttonStyle = {
[4424] Fix | Delete
borderRadius: borderRadius ? borderRadius + 'px' : undefined
[4425] Fix | Delete
};
[4426] Fix | Delete
return /*#__PURE__*/(0,external_ReactJSXRuntime_namespaceObject.jsx)(external_wp_blockEditor_namespaceObject.RichText.Content, {
[4427] Fix | Delete
tagName: "a",
[4428] Fix | Delete
className: buttonClasses,
[4429] Fix | Delete
href: url,
[4430] Fix | Delete
title: title,
[4431] Fix | Delete
style: buttonStyle,
[4432] Fix | Delete
value: text,
[4433] Fix | Delete
target: linkTarget,
[4434] Fix | Delete
rel: rel
[4435] Fix | Delete
});
[4436] Fix | Delete
},
[4437] Fix | Delete
migrate: migrateBorderRadius
[4438] Fix | Delete
}, {
[4439] Fix | Delete
supports: {
[4440] Fix | Delete
align: true,
[4441] Fix | Delete
alignWide: false
[4442] Fix | Delete
},
[4443] Fix | Delete
attributes: {
[4444] Fix | Delete
...blockAttributes,
[4445] Fix | Delete
linkTarget: {
[4446] Fix | Delete
type: 'string',
[4447] Fix | Delete
source: 'attribute',
[4448] Fix | Delete
selector: 'a',
[4449] Fix | Delete
attribute: 'target'
[4450] Fix | Delete
},
[4451] Fix | Delete
rel: {
[4452] Fix | Delete
type: 'string',
[4453] Fix | Delete
source: 'attribute',
[4454] Fix | Delete
selector: 'a',
[4455] Fix | Delete
attribute: 'rel'
[4456] Fix | Delete
},
[4457] Fix | Delete
placeholder: {
[4458] Fix | Delete
type: 'string'
[4459] Fix | Delete
},
[4460] Fix | Delete
borderRadius: {
[4461] Fix | Delete
type: 'number'
[4462] Fix | Delete
},
[4463] Fix | Delete
backgroundColor: {
[4464] Fix | Delete
type: 'string'
[4465] Fix | Delete
},
[4466] Fix | Delete
textColor: {
[4467] Fix | Delete
type: 'string'
[4468] Fix | Delete
},
[4469] Fix | Delete
customBackgroundColor: {
[4470] Fix | Delete
type: 'string'
[4471] Fix | Delete
},
[4472] Fix | Delete
customTextColor: {
[4473] Fix | Delete
type: 'string'
[4474] Fix | Delete
},
[4475] Fix | Delete
customGradient: {
[4476] Fix | Delete
type: 'string'
[4477] Fix | Delete
},
[4478] Fix | Delete
gradient: {
[4479] Fix | Delete
type: 'string'
[4480] Fix | Delete
}
[4481] Fix | Delete
},
[4482] Fix | Delete
isEligible: attributes => !!attributes.customTextColor || !!attributes.customBackgroundColor || !!attributes.customGradient || !!attributes.align,
[4483] Fix | Delete
migrate: (0,external_wp_compose_namespaceObject.compose)(migrateBorderRadius, migrateCustomColorsAndGradients, migrateAlign),
[4484] Fix | Delete
save({
[4485] Fix | Delete
attributes
[4486] Fix | Delete
}) {
[4487] Fix | Delete
const {
[4488] Fix | Delete
backgroundColor,
[4489] Fix | Delete
borderRadius,
[4490] Fix | Delete
customBackgroundColor,
[4491] Fix | Delete
customTextColor,
[4492] Fix | Delete
customGradient,
[4493] Fix | Delete
linkTarget,
[4494] Fix | Delete
gradient,
[4495] Fix | Delete
rel,
[4496] Fix | Delete
text,
[4497] Fix | Delete
textColor,
[4498] Fix | Delete
title,
[4499] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function