In the following example, the key formatting has the initial default value apmep.
\pgfkeys{
/test/.is family, /test,
formatting/.initial = apmep
}
I would also like that the value of the key formatting can only belong to the set of values {apmep, basic, design}. Is it possible ?