% ********************************************************************
% * Paketoptionen                                                    *
% ********************************************************************

% Standardwerte
% ********************************************************************

\newboolean{schule@schullogo}

\newcommand{\schule@schulanschrift}{null}
\newcommand{\schule@schulstr}{null}
\newcommand{\schule@schulort}{null}

\pgfkeys{
	/schule/.cd,
	beurteilung/.store in=\schule@beurteilung,
	ref/.store in=\schule@ref,
	zeitraum/.store in=\schule@zeitraum,
	schulname/.store in=\schule@schulname,
	schulanschrift/.store in=\schule@schulanschrift,
	schulstr/.store in=\schule@schulstr,
	schulort/.store in=\schule@schulort,
	lehramt/.store in=\schule@lehramt,
%	schullogo/.value forbidden,
	schullogo/.code=\setboolean{schule@schullogo}{true},
} 
