Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Modular Field Groups/Templates? #1010

Open
st4rdog opened this issue Nov 9, 2014 · 0 comments
Open

Feature Request: Modular Field Groups/Templates? #1010

st4rdog opened this issue Nov 9, 2014 · 0 comments
Labels

Comments

@st4rdog
Copy link

st4rdog commented Nov 9, 2014

I'm looking for a way to group some fields (which could include relationship fields) together so I can re-use them modularly in different contenttypes.

Use case: Video game release date related to a console, e.g. here on the right.

Pseudocode:

VideoGame
{
    string name;
    ReleaseDateOnConsole[] releaseDates; // ui_enabled: true
}

Console
{
    string name;
}

// This is not a contenttype, just a modular field group for use in contenttypes.
ReleaseDateOnConsole
{
    Console console;
    Date date;
}
@did did added the feature label Oct 19, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants