Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
engram-design committed Jul 6, 2023
1 parent 705b128 commit ce7bdfd
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 41 deletions.
13 changes: 3 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,33 +1,26 @@
# Field Manager Plugin for Craft CMS

# Field Manager plugin for Craft CMS
<img width="500" src="https://verbb.imgix.net/plugins/field-manager/field-manager-social-card.png?v=1">

Field Manager is a Craft CMS plugin to help make it easy to manage your fields and field groups.

## Features

- Clone fields and field groups with the click of a button.
- Clean up unused fields by seeing what's fields are being used and which aren't.
- Export fields or entire field groups to JSON.
- Import field or field groups from JSON.
- Unlimited use, free forever.

<img src="https://verbb.imgix.net/plugins/v1/main.png" style="box-shadow: 0 4px 16px rgba(0,0,0,0.08); border-radius: 4px; border: 1px solid rgba(0,0,0,0.12);">

## Documentation

Visit the [Field Manager Plugin page](https://verbb.io/craft-plugins/field-manager) for all documentation, guides, pricing and developer resources.

## Support

Get in touch with us via the [Field Manager Support page](https://verbb.io/craft-plugins/field-manager/support) or by [creating a Github issue](https://github.com/verbb/field-manager/issues)

## Show your Support

## Sponsor
Field Manager is licensed under the MIT license, meaning it will always be free and open source – we love free stuff! If you'd like to show your support to the plugin regardless, [Sponsor](https://github.com/sponsors/verbb) development.

<h2></h2>

<a href="https://verbb.io" target="_blank">
<img width="100" src="https://verbb.io/assets/img/verbb-pill.svg">
<img width="100" src="https://verbb.io/assets/img/verbb-pill.svg">
</a>
26 changes: 0 additions & 26 deletions config.codekit3
Original file line number Diff line number Diff line change
Expand Up @@ -187,32 +187,6 @@
"rFN" : 0,
"uCM" : 0
},
"\/docs\/screenshots\/import.png" : {
"ft" : 32768,
"iS" : 311585,
"oA" : 0,
"oAP" : "\/docs\/screenshots\/import.png",
"oF" : 0,
"oIPL" : 0,
"opt" : 0,
"oT" : 1,
"ou" : "lpckwebp-none",
"q" : 100,
"rq" : 75
},
"\/docs\/screenshots\/main.png" : {
"ft" : 32768,
"iS" : 311491,
"oA" : 0,
"oAP" : "\/docs\/screenshots\/main.png",
"oF" : 0,
"oIPL" : 0,
"opt" : 0,
"oT" : 1,
"ou" : "lpckwebp-none",
"q" : 100,
"rq" : 75
},
"\/LICENSE.md" : {
"cB" : 0,
"cS" : 0,
Expand Down
5 changes: 0 additions & 5 deletions docs/feature-tour/field-manager.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Field Manager

## Cloning

Ever needed to clone a field - or even a whole field group? You can easily use Field Manager to do both!

Cloning an individual field gives you the opportunity to set its Group, Name, Handle and all other settings related to that field type. Settings available to edit are identical to settings available when using the regular field edit screen.
Expand All @@ -13,11 +12,7 @@ One thing to note for field group cloning, is that fields are required to have u
You may also set this yourself if you choose to, using the `Prefix` field when cloning a field group. Please note that it needs to be a valid handle (no spaces, no hyphens, underscores only).

## Export

You can export multiple fields, including their groups by simply using the checkboxes against each field or field group. The fields will be combined into a JSON document and downloaded through your browser. You can store this for later, or use the contents for your import.

## Import

Using the Import tab, you paste in your JSON file contents that you created through Field Managers export process. Once done so, you can configure the which fields to import, which group to add them to, and their name/handle.

![](/docs/screenshots/import.png)
Binary file removed docs/screenshots/import.png
Binary file not shown.
Binary file removed docs/screenshots/main.png
Binary file not shown.

0 comments on commit ce7bdfd

Please sign in to comment.