Commit graph

14 commits

Author SHA1 Message Date
Jason Crist
2b17395ef2
Replace/admin interface (#637)
Co-authored-by: Vicente Canales <vicente.canales@automattic.com>
Co-authored-by: Vicente Canales <1157901+vcanales@users.noreply.github.com>
Co-authored-by: Aki Hamano <54422211+t-hamano@users.noreply.github.com>
2024-05-28 07:53:06 -04:00
Matias Benedetto
424ebee3b1
Add prefix to the names in the PHP global namespace. (#628)
Co-authored-by: Jason Crist <jcrist@pbking.com>
2024-05-14 07:27:30 -04:00
Vicente Canales
9ff52eb6cc
Remove font management (#595)
* Remove font management code

Since the Font Management page is on its way out via deprecation, we
should remove the js code related to it.

* lint: Add missing dependency to useSelect

* Remove php files

* remove references to index.js and php files

* remove font library react app

* remove tests & data

* remove demo text input

* Removed some unused resources

* Returned the font management portion still needed

* removed unused utility functions and their unit tests (leaving a sample unit test in its place rather than dismantling the unit tests

* Returned create-panel to pre-fixed days

---------

Co-authored-by: Jason Crist <jcrist@pbking.com>
2024-04-25 14:17:31 -04:00
Jason Crist
1cfd8b152b
Enhance/site editor to SAVE user changes, EDIT metadata, EXPORT as a zip, CLONE to create (#368) 2023-05-24 08:54:39 -04:00
Matias Benedetto
2a87033c60
Merge pull request #304 from WordPress/add/theme-name-validation
Add theme name validation
2023-04-27 10:49:39 -03:00
madhusudhand
9741aac2e2 remove the name admin from the file name 2023-04-13 18:40:07 +05:30
Matias Benedetto
3787db8040 Add theme name validation 2023-04-05 15:25:06 -03:00
madhusudhand
6636599633 fix php lint issues (auto fix) 2023-03-01 13:24:47 +05:30
cvladan
786d39ff18
Fix Depreciation Warning
This depreciation warning is really driving me crazy:

```
PHP Deprecated:  Creation of dynamic property Create_Block_Theme::$loader is deprecated in ... class-create-block-theme.php on line 49
```

This is just a quick fix.
2023-02-10 17:22:56 +01:00
Matias Benedetto
6346cc64de renaming class 2022-10-18 13:51:46 +01:00
Matias Benedetto
570c2aea5a renaming php file to reflect the current functionality 2022-10-18 00:08:32 +01:00
Matias Benedetto
204c7ccb23 Adding the ability to embed local files 2022-09-27 12:03:38 -03:00
Ben Dwyer
197dc423f2 remove references to Automattic and Blockbase 2022-06-16 17:52:23 +01:00
Jason Crist
61b368f55e
Refactor w/ boilerplate & encapsulate logic (#41)
* Refactor the plugin using boilerplate plugin project and attempting to better encapsulate logic.
* Allow themes to be exported in addition to creation of child themes and cloned themes.
* Disabled the plugin when a block theme is not activated.
* Exclude templates from PARENT themes when creating or exporting a child theme.

Co-authored-by: Maggie Cabrera <maggie@onemaggie.com>
Co-authored-by: Ben Dwyer <ben@scruffian.com>
2022-03-04 08:29:31 -06:00