TypeRocket / core

TypeRocket core source files where all the magic lives.
https://typerocket.com
36 stars 21 forks source link

Restore Gallery field #94

Closed akamadr closed 3 years ago

akamadr commented 3 years ago

Restore Gallery field from v4. All the js and css files are ready, only this php file is missing. ;)

kevindees commented 3 years ago

Hey @akamadr

Thanks for this PR. To update you on what is happening in TypeRoket v5 here is what you need to know:

In order to keep maintaining TypeRocket, we have started a new pro version that has the gallery field. We have moved this field into the Pro version in favor of keeping the Repeater field and the Builder field free. v4 of Typerocket will retain the Gallery field but in v5 we have decided to pull this field into the Pro version.

If you want to keep using the gallery field in v5 you can signup for the pro version and when we release the docs for it you will have access. If you do not want to get a Pro version feel free to fork any of the v4 features you want to keep using into your v5 projects. To help with this transition we have moved the Form class into the app folder so you can easily add your own custom fields.

We will have more updates soon on the new version and what is changing in TypeRocket moving forward. For now, any new fields we add will be exclusive to the Pro version.

Thanks for using TypeRocket and being active in the community and keep the PRs coming :)

P.S. If you like you can create a composer project on the package and add any fields or features you like or miss from v4 and share them that way.

Thanks, Kevin