Hi,
ich suche ein Plugin für Cockpit für alle Collections als Json Datei zu speichern?
For our English readers (my answer is in German):
I search an addon to export all collections as json file.
Dafür ist kein Plugin nötig.
Klicke auf das Zahnrad und dann auf Exportieren:
Halte die Maus über den Collection-Namen und klicke auf Einträge exportieren.
Wenn du alle Collections auf einmal brauchst, kannst du dir das blitzschnell in PHP schreiben
$pages = cockpit('collections')->find('pages');
$json = json_encode($pages);
you can use the command line:
./cp export/collections --target {directorypath}