🔵 other: Rename project and publish

This commit is contained in:
Keith Solomon
2026-07-29 14:25:19 -05:00
parent 5512918b0f
commit 7dbb991fb9
70 changed files with 558 additions and 5386 deletions
+2 -2
View File
@@ -1,11 +1,11 @@
{
"name": "acf/grid-cell",
"title": "Grid Cell (VDI)",
"title": "Grid Cell (SFE)",
"description": "Custom grid cell block.",
"style": [
"file:./grid-cell.css"
],
"category": "vdi-blocks",
"category": "sf-blocks",
"icon": "grid-view",
"keywords": [
"grid"
+2 -2
View File
@@ -4,10 +4,10 @@
*
* This is the template that displays the Grid Cell block.
*
* @package BasicWP
* @package SoloFrameEvo
*/
namespace BasicWP;
namespace SoloFrameEvo;
// Initialize variables
$className = ! empty( $block['className'] ) ? $block['className'] : '';