mirror of
https://github.com/processwire/processwire.git
synced 2025-08-10 16:54:44 +02:00
Some additional updates and fixes for pages export/import
This commit is contained in:
@@ -133,7 +133,7 @@ class Fieldgroup extends WireArray implements Saveable, Exportable, HasLookupIte
|
||||
/**
|
||||
* Remove a field from this fieldgroup
|
||||
*
|
||||
* Note that this must be followed up with a `$field->save()` before it does anything destructive.
|
||||
* Note that this must be followed up with a `$fieldgroup->save()` before it does anything destructive.
|
||||
* This method does nothing more than queue the removal.
|
||||
*
|
||||
* _Technical Details_
|
||||
|
Reference in New Issue
Block a user