أقترح أن تبدأ بالنظر إلى مُحوِّل القيمة post-menu-buttons:
api.registerValueTransformer(
"post-menu-buttons",
({ value: dag, context: { post } }) => {
if (post.firstPost) {
dag.add("your-button", ButtonComponent);
}
}
);
![]()